Push event to branch 4.0-M1-GF1-BRANCH Connecting to https://api.github.com using GitHub bot (username/token) Obtained etc/jenkins/Jenkinsfile_ci_build from 9727e9acfb84a96921f0d2c90ccbe9d0f704c718 [Pipeline] Start of Pipeline [Pipeline] timeout Timeout set to expire after 1 day 6 hr without activity [Pipeline] { [Pipeline] stage [Pipeline] { (Jersey build) [Pipeline] parallel [Pipeline] { (Branch: JDK 21) [Pipeline] stage [Pipeline] { (JDK 21) [Pipeline] node Still waiting to schedule task ‘centos-7-c6b1w’ is offline Agent centos-7-c6b1w is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-c6b1w" 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-c6b1w" - 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-c6b1w" - 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-3160.vd76b_9ddd10cc" 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-c6b1w in /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [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/cd-integration_4.0-M1-GF1-BRANCH # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/jersey.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/jersey.git +refs/heads/4.0-M1-GF1-BRANCH:refs/remotes/origin/4.0-M1-GF1-BRANCH # timeout=10 Avoid second fetch Checking out Revision 9727e9acfb84a96921f0d2c90ccbe9d0f704c718 (4.0-M1-GF1-BRANCH) > git config remote.origin.url https://github.com/eclipse-ee4j/jersey.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.0-M1-GF1-BRANCH:refs/remotes/origin/4.0-M1-GF1-BRANCH # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9727e9acfb84a96921f0d2c90ccbe9d0f704c718 # timeout=10 Commit message: "4.0.99-SNAPSHOT" 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/cd-integration_4.0-M1-GF1-BRANCH/etc/jenkins/jenkins_build.sh Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 21, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21+35-2513 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.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-connectors-netty [jar] [INFO] jersey-container-netty-http [jar] [INFO] jersey-test-framework-provider-netty [jar] [INFO] jersey-container-jetty-http [jar] [INFO] jersey-test-framework-provider-jetty [jar] [INFO] jersey-test-framework-provider-bundle [pom] [INFO] jersey-connectors-grizzly [jar] [INFO] jersey-media-sse [jar] [INFO] jersey-connectors-helidon [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-container-jetty-http2 [jar] [INFO] jersey-test-framework-provider-jetty-http2 [jar] [INFO] jersey-connectors-jetty-http2 [jar] [INFO] jersey-connectors-jetty11 [jar] [INFO] jersey-connectors-jnh [jar] [INFO] jersey-cdi-support [pom] [INFO] jersey-ext-cdi1x [jar] [INFO] jersey-glassfish-support [pom] [INFO] jersey-gf-ejb [jar] [INFO] jersey-container-jetty11-http [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-micrometer [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-spring6 [jar] [INFO] jersey-wadl-doclet [jar] [INFO] jersey-media-json-binding [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-inject-injectless-client [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-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-e2e-tls [jar] [INFO] jersey-tests-integration [pom] [INFO] jersey-asm-integration [jar] [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-singleton [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] jersey-tests-glassfish-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] 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-compatibility-jackson14 [jar] [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-2421 [war] [INFO] jersey-tests-integration-jersey-2776 [war] [INFO] jersey-3662 [jar] [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-bundles [pom] [INFO] jersey-bundles-jaxrs-ri [bundle] [INFO] jersey-tests-integration-jersey-5087 [war] [INFO] microprofile-integration-project [pom] [INFO] microprofile-config-project [pom] [INFO] config-webapp [jar] [INFO] helidon-config-webapp [war] [INFO] jersey-rest-client [jar] [INFO] jersey-rest-client-tck [jar] [INFO] jersey-tests-integration-property-check [jar] [INFO] reactive-streams-integration-project [pom] [INFO] sse-reactive-streams-tck [jar] [INFO] jersey-tests-integration-servlet-2.5-reload [war] [INFO] jersey-tests-integration-servlet-3-gf-async [war] [INFO] jersey-tests-integration-servlet-3-sse-1 [war] [INFO] jersey-thin-server [jar] [INFO] jersey-tests-integration-jersey-async-filter [war] [INFO] jersey-tests-externalproperties [jar] [INFO] jersey-tests-component-inject [war] [INFO] jersey-tests-integration-jersey-780 [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-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-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-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-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-tests-integration-jersey-3796 [war] [INFO] jersey-tests-integration-jersey-4949 [war] [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-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-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-4.0-mvc-1 [war] [INFO] jersey-tests-integration-servlet-tests [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding [war] [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 [war] [INFO] jersey-tests-integration-sonar-test [war] [INFO] jersey-tests-integration-spring6 [war] [INFO] jersey-tests-integration-tracing-support [war] [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-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-release-test [jar] [INFO] jersey-agnostic-test [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-configured-client [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-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-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-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-micrometer-example-webapp [jar] [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] oauth-client-twitter [jar] [INFO] jersey-examples-reload [jar] [INFO] jersey-examples-multipart-webapp [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-examples-helloworld-spring-webapp [war] [INFO] helloworld-spring-annotations [jar] [INFO] jersey-test-framework-maven-custom-enforcer-rules [jar] [INFO] [INFO] --------------------< org.glassfish.jersey:project >-------------------- [INFO] Building jersey 4.0.99-SNAPSHOT [1/375] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42585 for jersey.config.test.container.port [INFO] Reserved port 45251 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Aggregated Dependencies [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey/jersey-bom@4.0.99-SNAPSHOT?type=pom [WARNING] BOM dependency listed but is not depended upon: pkg:maven/commons-io/commons-io@2.2?type=jar [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.jersey.tests/version-agnostic@1.0.9?type=jar [INFO] CycloneDX: Creating BOM version 1.4 with 903 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------------< org.glassfish.jersey.archetypes:project >--------------- [INFO] Building jersey-archetypes 4.0.99-SNAPSHOT [2/375] [INFO] from archetypes/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 32845 for jersey.config.test.container.port [INFO] Reserved port 46461 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] --------< org.glassfish.jersey.archetypes:jersey-heroku-webapp >-------- [INFO] Building jersey-archetype-heroku-webapp 4.0.99-SNAPSHOT [3/375] [INFO] from archetypes/jersey-heroku-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-heroku-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-heroku-webapp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-heroku-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-heroku-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-heroku-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-heroku-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-heroku-webapp --- [INFO] Reserved port 42893 for jersey.config.test.container.port [INFO] Reserved port 38473 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-heroku-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-heroku-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/bom.xml [INFO] attaching as jersey-heroku-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-heroku-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-heroku-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-heroku-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-heroku-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/4.0.99-SNAPSHOT/jersey-heroku-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/4.0.99-SNAPSHOT/jersey-heroku-webapp-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/4.0.99-SNAPSHOT/jersey-heroku-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/4.0.99-SNAPSHOT/jersey-heroku-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-heroku-webapp/target/jersey-heroku-webapp-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-heroku-webapp/4.0.99-SNAPSHOT/jersey-heroku-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-heroku-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-heroku-webapp --- [INFO] [INFO] -----< org.glassfish.jersey.archetypes:jersey-quickstart-grizzly2 >----- [INFO] Building jersey-archetype-grizzly2 4.0.99-SNAPSHOT [4/375] [INFO] from archetypes/jersey-quickstart-grizzly2/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-grizzly2 --- [INFO] Reserved port 36125 for jersey.config.test.container.port [INFO] Reserved port 41713 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-grizzly2 --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/bom.xml [INFO] attaching as jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/bom.json [INFO] attaching as jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-grizzly2 --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/4.0.99-SNAPSHOT/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/4.0.99-SNAPSHOT/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/4.0.99-SNAPSHOT/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/4.0.99-SNAPSHOT/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-grizzly2/target/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-grizzly2/4.0.99-SNAPSHOT/jersey-quickstart-grizzly2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-grizzly2 --- [INFO] [INFO] ------< org.glassfish.jersey.archetypes:jersey-quickstart-webapp >------ [INFO] Building jersey-archetype-webapp 4.0.99-SNAPSHOT [5/375] [INFO] from archetypes/jersey-quickstart-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-quickstart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-quickstart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-quickstart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-quickstart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-quickstart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-quickstart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources: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] --- resources: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] --- resources: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] --- resources: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] --- resources: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/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-quickstart-webapp --- [INFO] Reserved port 39687 for jersey.config.test.container.port [INFO] Reserved port 33005 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-quickstart-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT.jar [WARNING] Building an Old (1.x) Archetype: consider migrating it to current 2.x Archetype. [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-quickstart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/bom.xml [INFO] attaching as jersey-quickstart-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/bom.json [INFO] attaching as jersey-quickstart-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-quickstart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-quickstart-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-quickstart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/4.0.99-SNAPSHOT/jersey-quickstart-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/4.0.99-SNAPSHOT/jersey-quickstart-webapp-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/4.0.99-SNAPSHOT/jersey-quickstart-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/4.0.99-SNAPSHOT/jersey-quickstart-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-quickstart-webapp/target/jersey-quickstart-webapp-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-quickstart-webapp/4.0.99-SNAPSHOT/jersey-quickstart-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-quickstart-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-quickstart-webapp --- [INFO] [INFO] ----< org.glassfish.jersey.archetypes:jersey-example-java8-webapp >----- [INFO] Building jersey-example-java8-webapp 4.0.99-SNAPSHOT [6/375] [INFO] from archetypes/jersey-example-java8-webapp/pom.xml [INFO] --------------------------[ maven-archetype ]--------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-example-java8-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-example-java8-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-example-java8-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-example-java8-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-example-java8-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-example-java8-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-example-java8-webapp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-example-java8-webapp --- [INFO] Copying 5 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-example-java8-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/src/test/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-example-java8-webapp --- [INFO] Reserved port 35675 for jersey.config.test.container.port [INFO] Reserved port 38977 for jersey.config.test.container.stop.port [INFO] [INFO] --- archetype:3.2.1:jar (default-jar) @ jersey-example-java8-webapp --- [INFO] Building archetype jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT.jar [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-example-java8-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/bom.xml [INFO] attaching as jersey-example-java8-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/bom.json [INFO] attaching as jersey-example-java8-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-example-java8-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ jersey-example-java8-webapp --- [WARNING] No Archetype IT projects: root 'projects' directory not found. [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-example-java8-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/4.0.99-SNAPSHOT/jersey-example-java8-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/4.0.99-SNAPSHOT/jersey-example-java8-webapp-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/4.0.99-SNAPSHOT/jersey-example-java8-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/4.0.99-SNAPSHOT/jersey-example-java8-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/archetypes/jersey-example-java8-webapp/target/jersey-example-java8-webapp-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/archetypes/jersey-example-java8-webapp/4.0.99-SNAPSHOT/jersey-example-java8-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- archetype:3.2.1:update-local-catalog (default-update-local-catalog) @ jersey-example-java8-webapp --- [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-example-java8-webapp --- [INFO] [INFO] ------------------< org.glassfish.jersey:jersey-bom >------------------- [INFO] Building jersey-bom 4.0.99-SNAPSHOT [7/375] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jersey-bom --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bom --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/jersey-bom/4.0.99-SNAPSHOT/jersey-bom-4.0.99-SNAPSHOT.pom [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-bom --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-common >--------------- [INFO] Building jersey-core-common 4.0.99-SNAPSHOT [8/375] [INFO] from core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ jersey-common --- [INFO] Storing buildNumber: 2024-01-07 02:25:25 at timestamp: 1704594325586 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common [INFO] Storing scmBranch: UNKNOWN [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-common --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-common --- [INFO] Resources: [INFO] org/glassfish/jersey/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/resources/org/glassfish/jersey/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-common --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-common --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-common --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-common --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-common --- [INFO] Copying 7 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.9.0:compile (default-compile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 380 source files to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.9.0:compile (base-compile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 380 source files to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/message/internal/LanguageTag.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/main/java/org/glassfish/jersey/internal/util/PropertiesHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-common --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.9.0:testCompile (default-testCompile) @ jersey-common --- [WARNING] Parameter 'compilerArguments' is deprecated: use {@link #compilerArgs} instead. [INFO] Changes detected - recompiling the module! [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/logging/LoggingInterceptorTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/util/ReflectionHelperTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/src/test/java/org/glassfish/jersey/internal/config/ExternalPropertiesConfigurationFactoryTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-common --- [INFO] Reserved port 39221 for jersey.config.test.container.port [INFO] Reserved port 43213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] Running org.glassfish.jersey.logging.HasEntityTimeoutTest Jan 07, 2024 2:25:40 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080/getnull Jan 07, 2024 2:25:40 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread ForkJoinPool-1-worker-1null1 < 200null Jan 07, 2024 2:25:40 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1null1 < 200null Jan 07, 2024 2:25:40 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1null1 > GET http://localhost:8080null [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 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.449 s -- in org.glassfish.jersey.logging.LoggingInterceptorTest [INFO] Running org.glassfish.jersey.message.internal.DateProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.message.internal.DateProviderTest [INFO] Running org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.internal.VariantListBuilderTest [INFO] Running org.glassfish.jersey.message.internal.QualityTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.jersey.message.internal.QualityTest [INFO] Running org.glassfish.jersey.message.internal.ResponseTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.jersey.message.internal.ResponseTest [INFO] Running org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.message.internal.NewCookieProviderTest [INFO] Running org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.message.internal.StringBuilderUtilsTest [INFO] Running org.glassfish.jersey.message.internal.FormProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.internal.FormProviderTest [INFO] Running org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.message.internal.LanguageTagTest [INFO] Running org.glassfish.jersey.message.internal.UtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.message.internal.UtilsTest [INFO] Running org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.internal.MessageBodyFactoryTest [INFO] Running org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.message.internal.FormMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.message.DeflateEncodingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.005 s -- in org.glassfish.jersey.message.GZipEncodingTest [INFO] Running org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.uri.internal.PathTemplateTest [INFO] Running org.glassfish.jersey.uri.UriComponentTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.uri.UriComponentTest [INFO] Running org.glassfish.jersey.uri.PathPatternTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.uri.PathPatternTest [INFO] Running org.glassfish.jersey.uri.UriTemplateTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.uri.UriTemplateTest [INFO] Running org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.sonar.SonarJerseyCommonTest [INFO] Running org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.internal.util.ReflectionHelperTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.internal.util.JdkVersionParseTest [INFO] Running org.glassfish.jersey.internal.util.TokenizerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.TokenizerTest [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:279) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:305) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2.test(SubmissionPublisher.java:302) at java.base/java.util.concurrent.SubmissionPublisher.retryOffer(SubmissionPublisher.java:457) at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:432) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.internal.util.JerseyPublisherTest.lambda$testNonBlocking$0(JerseyPublisherTest.java:149) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.210 s -- in org.glassfish.jersey.internal.util.JerseyPublisherTest [INFO] Running org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.util.JdkVersionCompareTest [INFO] Running org.glassfish.jersey.internal.util.collection.ViewsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.001 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorHashMapTest [INFO] Running org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.internal.util.collection.KeyComparatorLinkedHashMapTest [INFO] Running org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.internal.util.OsgiRegistryTest [INFO] Running org.glassfish.jersey.internal.util.PropertiesHelperTest Jan 07, 2024 2:25:46 AM 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.009 s -- in org.glassfish.jersey.internal.util.PropertiesHelperTest [INFO] Running org.glassfish.jersey.internal.util.Base64Test [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.jersey.internal.util.Base64Test [INFO] Running org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.internal.routing.CombinedMediaTypeTest [INFO] Running org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.internal.inject.ProvidersTest [INFO] Running org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest Jan 07, 2024 2:25:46 AM 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.007 s -- in org.glassfish.jersey.internal.config.AdditionalSystemPropertiesTest [INFO] Running org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.internal.config.DisabledProvidersTest [INFO] Running org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest Jan 07, 2024 2:25:46 AM 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.047 s -- in org.glassfish.jersey.internal.config.ExternalPropertiesConfigurationFactoryTest [INFO] Running org.glassfish.jersey.process.internal.RankedComparatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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] [INFO] Results: [INFO] [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (tests-with-additional-permissions) @ jersey-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.920 s -- in org.glassfish.jersey.internal.util.collection.ByteBufferInputStreamTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/bom.xml [INFO] attaching as jersey-common-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/bom.json [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [INFO] attaching as jersey-common-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-common --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/jersey-common-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-common --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-common --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/4.0.99-SNAPSHOT/jersey-common-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/jersey-common-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/4.0.99-SNAPSHOT/jersey-common-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/4.0.99-SNAPSHOT/jersey-common-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/4.0.99-SNAPSHOT/jersey-common-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/jersey-common-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-common/4.0.99-SNAPSHOT/jersey-common-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-common --- [INFO] [INFO] ----------------< org.glassfish.jersey.inject:project >----------------- [INFO] Building jersey-inject 4.0.99-SNAPSHOT [9/375] [INFO] from inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43067 for jersey.config.test.container.port [INFO] Reserved port 40855 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.inject:jersey-hk2 >--------------- [INFO] Building jersey-inject-hk2 4.0.99-SNAPSHOT [10/375] [INFO] from inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-hk2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-hk2 --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/hk2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/resources/org/glassfish/jersey/inject/hk2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-hk2 --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-hk2 --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/JerseyClassAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/main/java/org/glassfish/jersey/inject/hk2/RequestContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-hk2 --- [INFO] Reserved port 37239 for jersey.config.test.container.port [INFO] Reserved port 37995 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s -- in org.glassfish.jersey.inject.hk2.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierContractsTest Jan 07, 2024 2:26:10 AM 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 in __HK2_Generated_6 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,865440539) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testFailsImplementationButInterfaceExpected$14(SupplierContractsTest.java:230) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testFailsImplementationButInterfaceExpected(SupplierContractsTest.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:26:10 AM 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 in __HK2_Generated_13 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,187162733) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testInstanceFactoryFailsWrongImplementation$12(SupplierContractsTest.java:218) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testInstanceFactoryFailsWrongImplementation(SupplierContractsTest.java:212) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:26:10 AM 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 in __HK2_Generated_17 for injection at SystemInjecteeImpl(requiredType=Greeting,parent=Conversation,qualifiers={},position=-1,optional=false,self=false,unqualified=null,140578049) at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:52) at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.jvnet.hk2.internal.PerLookupContext.findOrCreate(PerLookupContext.java:46) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.lambda$testClassFactoryFailedWrongImplementation$10(SupplierContractsTest.java:206) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.inject.hk2.SupplierContractsTest.testClassFactoryFailedWrongImplementation(SupplierContractsTest.java:200) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.glassfish.jersey.inject.hk2.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.hk2.InjectionManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 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.118 s -- in org.glassfish.jersey.inject.hk2.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.inject.hk2.SupplierProxyTest [INFO] Running org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.jersey.inject.hk2.SupplierClassBindingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-hk2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/bom.xml [INFO] attaching as jersey-hk2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/bom.json [INFO] attaching as jersey-hk2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-hk2 --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-hk2:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/4.0.99-SNAPSHOT/jersey-hk2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/4.0.99-SNAPSHOT/jersey-hk2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/4.0.99-SNAPSHOT/jersey-hk2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/4.0.99-SNAPSHOT/jersey-hk2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/jersey-hk2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/4.0.99-SNAPSHOT/jersey-hk2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-hk2 --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-client >--------------- [INFO] Building jersey-core-client 4.0.99-SNAPSHOT [11/375] [INFO] from core-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/resources/org/glassfish/jersey/client/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-client --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-client --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-client --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 92 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientRuntime.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 92 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/JerseyInvocation.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/ClientExecutorProvidersConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/main/java/org/glassfish/jersey/client/InvocationBuilderListenerStage.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-client --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-client --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/ClientRequestTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/src/test/java/org/glassfish/jersey/client/JerseyInvocationTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-client --- [INFO] Reserved port 41251 for jersey.config.test.container.port [INFO] Reserved port 46249 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.ClientRxTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s -- in org.glassfish.jersey.client.ClientRxTest [INFO] Running org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.client.filter.CsrfProtectionFilterTest [INFO] Running org.glassfish.jersey.client.filter.EncodingFilterTest Jan 07, 2024 2:26:18 AM 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.184 s -- in org.glassfish.jersey.client.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.jersey.client.filter.HttpBasicAuthFilterTest [INFO] Running org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.client.filter.ClientProviderInstanceInjectionTest [INFO] Running org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.client.JaxRsFeatureRegistrationClientTest [INFO] Running org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.client.WebTargetPropertiesTest [INFO] Running org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.client.spi.ClientBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.PostInvocationInterceptorTest Jan 07, 2024 2:26:19 AM 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.198 s -- in org.glassfish.jersey.client.spi.PostInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.jersey.client.spi.CachingConnectorProviderTest [INFO] Running org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.client.spi.InvocationBuilderListenerTest [INFO] Running org.glassfish.jersey.client.spi.PreInvocationInterceptorTest Jan 07, 2024 2:26:19 AM 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.158 s -- in org.glassfish.jersey.client.spi.PreInvocationInterceptorTest [INFO] Running org.glassfish.jersey.client.AutoDiscoverableClientTest [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.128 s -- in org.glassfish.jersey.client.AutoDiscoverableClientTest [INFO] Running org.glassfish.jersey.client.ClientConfigTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.jersey.client.ClientConfigTest [INFO] Running org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.jersey.client.authentication.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.client.ClientRequestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.glassfish.jersey.client.ClientRequestTest [INFO] Running org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.client.DefaultSslContextProviderTest [INFO] Running org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.client.FixedMultiBoundaryParserTest [INFO] Running org.glassfish.jersey.client.CustomConnectorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.client.CustomConnectorTest [INFO] Running org.glassfish.jersey.client.HttpUrlConnectorTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.046 s -- in org.glassfish.jersey.client.HttpUrlConnectorTest [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.JerseyWebTargetTest Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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.072 s -- in org.glassfish.jersey.client.JerseyWebTargetTest [INFO] Running org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.client.JerseyCompletionStageRxInvokerTest [INFO] Running org.glassfish.jersey.client.LinkTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.client.LinkTest [INFO] Running org.glassfish.jersey.client.JerseyInvocationTest Jan 07, 2024 2:26:20 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Jan 07, 2024 2:26:20 AM org.glassfish.jersey.client.JerseyInvocation validateHttpMethodAndEntity WARNING: Entity must be null for http method DELETE. Jan 07, 2024 2:26:20 AM 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.131 s -- in org.glassfish.jersey.client.JerseyInvocationTest [INFO] Running org.glassfish.jersey.client.JerseyClientTest Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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. Jan 07, 2024 2:26:20 AM 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.062 s -- in org.glassfish.jersey.client.JerseyClientTest [INFO] Running org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.client.FixedBoundaryParserTest [INFO] Running org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.56 s -- in org.glassfish.jersey.client.ShutdownHookLeakTest [INFO] Running org.glassfish.jersey.client.JerseyClientBuilderTest Jan 07, 2024 2:26:32 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: 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. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. Jan 07, 2024 2:26:32 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: 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. WARNING: Contract class java.lang.Object can not be registered for component class org.glassfish.jersey.client.ClientConfigTest$MyProvider: Contract type not supported. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.client.JerseyClientBuilderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/bom.xml [INFO] attaching as jersey-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/bom.json [INFO] attaching as jersey-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/jersey-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/4.0.99-SNAPSHOT/jersey-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/jersey-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/4.0.99-SNAPSHOT/jersey-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/4.0.99-SNAPSHOT/jersey-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/4.0.99-SNAPSHOT/jersey-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target/jersey-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-client/4.0.99-SNAPSHOT/jersey-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-client --- [INFO] [INFO] -----------------< org.glassfish.jersey.media:project >----------------- [INFO] Building jersey-media 4.0.99-SNAPSHOT [12/375] [INFO] from media/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41529 for jersey.config.test.container.port [INFO] Reserved port 39293 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-jaxb >------------ [INFO] Building jersey-media-jaxb 4.0.99-SNAPSHOT [13/375] [INFO] from media/jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-jaxb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-jaxb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-jaxb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-jaxb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-jaxb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-jaxb --- [INFO] Resources: [INFO] org/glassfish/jersey/jaxb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/resources/org/glassfish/jersey/jaxb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-jaxb --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-jaxb --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-jaxb --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-jaxb --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/main/java/org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-jaxb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-jaxb --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-jaxb --- [INFO] Reserved port 34077 for jersey.config.test.container.port [INFO] Reserved port 38337 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-jaxb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s -- in org.glassfish.jersey.jaxb.internal.JaxbStringReaderProviderTest [INFO] Running org.glassfish.jersey.jaxb.internal.SaxParserFactoryInjectionProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.688 s -- in org.glassfish.jersey.jaxb.internal.FeatureAndPropertySupplierTest [INFO] Running org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 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.186 s -- in org.glassfish.jersey.jaxb.internal.AbstractJaxbProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.jaxb.internal.SourceProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-jaxb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/bom.xml [INFO] attaching as jersey-media-jaxb-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/bom.json [INFO] attaching as jersey-media-jaxb-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-jaxb --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-jaxb --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-jaxb --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/4.0.99-SNAPSHOT/jersey-media-jaxb-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/4.0.99-SNAPSHOT/jersey-media-jaxb-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/4.0.99-SNAPSHOT/jersey-media-jaxb-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/4.0.99-SNAPSHOT/jersey-media-jaxb-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/jaxb/target/jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-jaxb/4.0.99-SNAPSHOT/jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-jaxb --- [INFO] [INFO] --------------< org.glassfish.jersey.core:jersey-server >--------------- [INFO] Building jersey-core-server 4.0.99-SNAPSHOT [14/375] [INFO] from core-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-server --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-server --- [INFO] Resources: [INFO] org/glassfish/jersey/server/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/resources/org/glassfish/jersey/server/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-server --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-server --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-server --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-server --- [INFO] Copying 8 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 375 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodVisitor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 375 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodVisitor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/jersey/repackaged/org/objectweb/asm/MethodVisitor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/model/Parameter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/main/java/org/glassfish/jersey/server/internal/JerseyResourceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-server --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 149 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/AsyncApplicationBuildingTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/SecurityManagerConfiguredTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/spi/WebServerProviderTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/src/test/java/org/glassfish/jersey/server/spi/WebServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-server --- [INFO] Reserved port 44775 for jersey.config.test.container.port [INFO] Reserved port 32837 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release WARNING: A command line option has enabled the Security Manager WARNING: The Security Manager is deprecated and will be removed in a future release [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Jan 07, 2024 2:26:59 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest$MyWadlGenerator Jan 07, 2024 2:27:00 AM 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: 0.994 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigurationLoaderTest Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator3 [INFO] Running org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM 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. Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest$MyWadlGenerator Jan 07, 2024 2:27:00 AM 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.294 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigTest Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM 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] Running org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest Jan 07, 2024 2:27:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest$MyWadlGenerator2 Jan 07, 2024 2:27:00 AM 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.382 s -- in org.glassfish.jersey.server.wadl.config.WadlGeneratorLoaderTest [INFO] Running org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.glassfish.jersey.server.wadl.generators.resourcedoc.WadlGeneratorResourceDocSupportTest [INFO] Running org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s -- in org.glassfish.jersey.server.filter.EntityTypeFilterTest [INFO] Running org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s -- in org.glassfish.jersey.server.filter.UriModificationFilterTest [INFO] Running org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.718 s -- in org.glassfish.jersey.server.filter.LayeredFiltersTest [INFO] Running org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.server.filter.ContainerResponseFilterOrderingTest [INFO] Running org.glassfish.jersey.server.filter.FilterSetMethodTest Jan 07, 2024 2:27:02 AM 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.678 s -- in org.glassfish.jersey.server.filter.HttpMethodOverrideFilterTest [INFO] Running org.glassfish.jersey.server.filter.CsrfProtectionFilterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.885 s -- in org.glassfish.jersey.server.filter.FilterSetMethodTest [INFO] Running org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.glassfish.jersey.server.filter.CsrfProtectionFilterTest Jan 07, 2024 2:27:02 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.io.IOException: test at org.glassfish.jersey.server.filter.ApplicationFilterTest$ExceptionFilter.filter(ApplicationFilterTest.java:298) at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:108) at org.glassfish.jersey.server.ContainerFilteringStage.apply(ContainerFilteringStage.java:44) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.filter.ApplicationFilterTest.testFilterExceptionHandling(ApplicationFilterTest.java:322) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Running org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.server.filter.UriConnegFilterTest [INFO] Running org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s -- in org.glassfish.jersey.server.filter.ApplicationFilterTest [INFO] Running org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.model.GenericMethodListTest [INFO] Running org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.server.model.MixedResourceConfigurationTest [INFO] Running org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s -- in org.glassfish.jersey.server.model.SubResourceClassDynamicTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.server.model.ConsumeProduceWildcardTest [INFO] Running org.glassfish.jersey.server.model.AcceptQsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s -- in org.glassfish.jersey.server.filter.EncodingFilterTest [INFO] Running org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.jersey.server.model.AsyncContentAndEntityTypeTest [INFO] Running org.glassfish.jersey.server.model.HeadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s -- in org.glassfish.jersey.server.model.HeadTest [INFO] Running org.glassfish.jersey.server.model.ParameterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.model.ParameterTest [INFO] Running org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.server.model.SubResourceNullTest [INFO] Running org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s -- in org.glassfish.jersey.server.model.AcceptQsTest [INFO] Running org.glassfish.jersey.server.model.ExceptionMapperPriorityTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.jersey.server.model.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest Jan 07, 2024 2:27:05 AM 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.postB() 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.getHtml() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousClassProducingWarnings.getAllPossible() at matching path pattern /test. Jan 07, 2024 2:27:05 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A resource model has ambiguous sub-resource locators on path pattern //([^/]+). Jan 07, 2024 2:27:05 AM 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. Jan 07, 2024 2:27:05 AM 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.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. 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.get3() 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.get2() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousResourceMethodsGET.get3() 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. Jan 07, 2024 2:27:05 AM 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. Jan 07, 2024 2:27:05 AM 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.postA() and public java.lang.String org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest$AmbiguousPostClassProducingWarnings.postB() at matching path pattern /test2. Jan 07, 2024 2:27:05 AM 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. Jan 07, 2024 2:27:05 AM 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: 0.491 s -- in org.glassfish.jersey.server.model.PathAndResourceMethodErrorsTest [INFO] Running org.glassfish.jersey.server.model.AcceptTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s -- in org.glassfish.jersey.server.model.AmbiguousTemplateTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithDuplicateTemplateNamesTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.jersey.server.model.SubResourceDynamicWithParametersTest [INFO] Running org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.model.internal.ModelHelperTest [INFO] Running org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 s -- in org.glassfish.jersey.server.model.AcceptTest [INFO] Running org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactoryTest [INFO] Running org.glassfish.jersey.server.model.RMBuilderTest 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.203 s -- in org.glassfish.jersey.server.model.internal.ChildResourceTest [INFO] Running org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.jersey.server.model.ParameterWithMultipleAnnotationsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.server.model.RMBuilderTest [INFO] Running org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.glassfish.jersey.server.model.AcceptWriterTest [INFO] Running org.glassfish.jersey.server.model.HeadSubResourceMethodTest one [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.glassfish.jersey.server.model.HeadSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.ResourceModelTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.server.model.ResourceModelTest [INFO] Running org.glassfish.jersey.server.model.ValidatorTest Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonMethodParamsInjection INFO: An issue should not be reported as injections into the methods are allowed. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testSRLReturningVoid INFO: An issue should be reported if a sub-resource locator returns void: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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: 0.703 s -- in org.glassfish.jersey.server.model.SubResourceHttpMethodsTest [INFO] Running org.glassfish.jersey.server.model.MethodListTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.model.MethodListTest [INFO] Running org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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@2a173ecf]}, 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: [@jakarta.ws.rs.POST(), @jakarta.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 jakarta.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 jakarta.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: [@jakarta.ws.rs.GET(), @jakarta.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$TestGetRMConsumingEntity.getMethod(java.lang.Object) and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) 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$ResourceRootNotUnique.get() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$ResourceRoot.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 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$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 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: 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: 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 jakarta.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: 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. WARNING: The (sub)resource method get in org.glassfish.jersey.server.model.ValidatorTest$TestEmptyPathSegment contains empty path annotation. 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 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! 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 void org.glassfish.jersey.server.model.ValidatorTest$TestGetRMReturningVoid.getMethod() and public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TestGetRMConsumingFormParam.getMethod(java.lang.String,java.lang.String) at matching path pattern /test. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testLocatorPathValidationFail INFO: Should report error during validation as Resource cannot have ambiguous sub resource locators. Jan 07, 2024 2:27:07 AM 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@4d5717]}, 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourcePathAnnotatedMethodFails INFO: Should report fatal during validation as @Path method should not be annotated with parameter annotation Jan 07, 2024 2:27:07 AM 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 jakarta.ws.rs.QueryParam. Jan 07, 2024 2:27:07 AM 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). Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testRelaxedProducesConsumesParserRules INFO: An issue should not be reported with the relaxed Produces/Consumes values parser. Jan 07, 2024 2:27:07 AM 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). Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testNonPublicRM INFO: An issue should be reported if a resource method is not public: Jan 07, 2024 2:27:07 AM 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 Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGenericArrayResource INFO: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testResourceAsProvider INFO: An issue should be reported as resource implements provider but does not define scope. Jan 07, 2024 2:27:07 AM 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 2:27:07 AM 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: Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testEmptyPathSegment INFO: A warning should be reported if @Path with "/" or empty string value is seen Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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: Jan 07, 2024 2:27:07 AM 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: [@jakarta.ws.rs.GET(), @jakarta.ws.rs.PUT()] Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testEntityParamOnSRL INFO: An issue should be reported if an entity parameter exists on a sub-resource locator: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetSRMReturningVoid INFO: An issue should be reported if a get sub-resource method returns void: Jan 07, 2024 2:27:07 AM 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: Jan 07, 2024 2:27:07 AM 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testCantReturnFromEventSinkInjectedMethod INFO: An issue should be reported if method with injected SseEventSink parameter does not return void. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.internal.Errors logErrors SEVERE: Following issues have been detected: WARNING: A HTTP GET method public jakarta.ws.rs.sse.SseEventSink org.glassfish.jersey.server.model.ValidatorTest$TestSseEventSinkValidations.nonVoidReturnType(jakarta.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(jakarta.ws.rs.sse.SseEventSink,jakarta.ws.rs.sse.SseEventSink) defines to SseEventSink parameters to be injected. Only one of the injected event sinks will be connected to the output. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMReturningVoid INFO: An issue should be reported if a non-async get method returns void: Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnResourceGETMethodFails INFO: Should report fatal during validation as @GET method should not be annotated with parameter annotation Jan 07, 2024 2:27:07 AM 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 jakarta.ws.rs.QueryParam. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testParamOnSetterIsOk INFO: Validation should report no issues. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testNonConflictingHttpMethodDelete INFO: No issue should be reported if produced mime types differ Jan 07, 2024 2:27:07 AM 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: Jan 07, 2024 2:27:07 AM 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: [@jakarta.ws.rs.POST(), @jakarta.ws.rs.PUT()] Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonFieldsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testAmbiguousParams INFO: A warning should be reported if ambiguous source of a parameter is seen Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testTypeVariableResource INFO: Jan 07, 2024 2:27:07 AM 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 V from public java.lang.String org.glassfish.jersey.server.model.ValidatorTest$TypeVariableResource.get(V) 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testResourceWithMultipleScopes INFO: An issue should not be reported as resource defines multiple scopes. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testVoidReturnType INFO: Should report hint during validation as @GET resource method returns void. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testParameterizedTypeResource INFO: Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingEntity INFO: An issue should be reported if a get method consumes an entity: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testSingletonConstructorParamsInjection INFO: An issue should be reported if injection is required for a singleton life-cycle: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM org.glassfish.jersey.server.model.ValidatorTest testGetRMConsumingFormParam INFO: An issue should be reported if a get method consumes a form param: Jan 07, 2024 2:27:07 AM 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. Jan 07, 2024 2:27:07 AM 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.515 s -- in org.glassfish.jersey.server.model.ValidatorTest [INFO] Running org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.glassfish.jersey.server.model.ProgrammaticResourceMethodsTest [INFO] Running org.glassfish.jersey.server.model.SubResourceProgrammaticTest Jan 07, 2024 2:27:07 AM 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 jakarta.ws.rs.client.ClientResponseFilter which is only usable in a CLIENT runtime context. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 2:27:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator. [[FATAL] 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.; source='org.glassfish.jersey.server.model.RuntimeResource@4cfc71fc'] at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236) 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.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:185) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:98) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.model.SubResourceProgrammaticTest.testInvalidSubResource(SubResourceProgrammaticTest.java:250) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:27:08 AM 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. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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 jakarta.ws.rs.container.ContainerResponseFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 2:27:08 AM 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. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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 jakarta.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. Jan 07, 2024 2:27:08 AM 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. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.glassfish.jersey.server.model.ConstrainedToServerTest [INFO] Running org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.server.model.ResourceMethodDispatcherInheritanceTest [INFO] Running org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s -- in org.glassfish.jersey.server.model.SubResourceProgrammaticTest [INFO] Running org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s -- in org.glassfish.jersey.server.model.ResourceNotFoundTest [INFO] Running org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.glassfish.jersey.server.model.AcceptAnnotatedReaderWriterTest [INFO] Running org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.server.model.SubResourceDynamicTest [INFO] Running org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in org.glassfish.jersey.server.model.ConsumeProduceSimpleTest [INFO] Running org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.server.model.InnerClassWithGenericTypeTest [INFO] Running org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.server.model.ResourcePathOverrideTest [INFO] Running org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.server.model.OptionsSubResourceMethodTest [INFO] Running org.glassfish.jersey.server.model.OptionsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s -- in org.glassfish.jersey.server.model.ResourceInfoTest [INFO] Running org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.glassfish.jersey.server.model.OptionsTest [INFO] Running org.glassfish.jersey.server.model.AncestorsTest Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.ws.rs.ext.MessageBodyReader can not be registered for component class org.glassfish.jersey.server.model.DynamicFeatureTest$CustomResponseFilter: Contract not assignable to component. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.model.DynamicFeatureTest$CustomException: error at org.glassfish.jersey.server.model.DynamicFeatureTest$Resource.getProvidersError(DynamicFeatureTest.java:101) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.model.DynamicFeatureTest.testNegativeSupportedProvidersFeature(DynamicFeatureTest.java:255) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s -- in org.glassfish.jersey.server.model.AncestorsTest [INFO] Running org.glassfish.jersey.server.spi.WebServerProviderTest Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ContextResolver) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.ext.ExceptionMapper) of class org.glassfish.jersey.server.model.DynamicFeatureTest$ProviderBall provider cannot be bound to a resource method. Jan 07, 2024 2:27:10 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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 jakarta.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.613 s -- in org.glassfish.jersey.server.model.DynamicFeatureTest [INFO] Running org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.server.internal.sonar.SonarJerseyServerTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s -- in org.glassfish.jersey.server.spi.WebServerProviderTest [INFO] Running org.glassfish.jersey.server.internal.inject.UriTest Jan 07, 2024 2:27:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: The template variable 'param' has no value at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113) at org.glassfish.jersey.server.internal.inject.UriTest$Resource3.doGet1(UriTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at 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:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56) at org.glassfish.jersey.server.internal.inject.UriTest.testGetRelative1(UriTest.java:196) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941) at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641) at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947) at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880) at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787) at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972) at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886) at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111) ... 81 more [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest Jan 07, 2024 2:27:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: The template variable 'param' has no value at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:113) at org.glassfish.jersey.server.internal.inject.UriTest$Resource2.doGet1(UriTest.java:74) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.AbstractTest.apply(AbstractTest.java:56) at org.glassfish.jersey.server.internal.inject.UriTest.testGetParam1(UriTest.java:167) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: java.lang.IllegalArgumentException: The template variable 'param' has no value at org.glassfish.jersey.uri.UriTemplate$1ValuesFromArrayStrategy.valueFor(UriTemplate.java:941) at org.glassfish.jersey.uri.UriTemplate.resolveTemplate(UriTemplate.java:641) at org.glassfish.jersey.uri.UriTemplate.createUriComponent(UriTemplate.java:947) at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:880) at org.glassfish.jersey.uri.UriTemplate.createURI(UriTemplate.java:787) at org.glassfish.jersey.uri.internal.JerseyUriBuilder._build(JerseyUriBuilder.java:972) at org.glassfish.jersey.uri.internal.JerseyUriBuilder.build(JerseyUriBuilder.java:886) at org.glassfish.jersey.client.JerseyWebTarget.getUri(JerseyWebTarget.java:111) ... 81 more [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s -- in org.glassfish.jersey.server.internal.inject.UriTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.592 s -- in org.glassfish.jersey.server.internal.inject.QueryParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.716 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.server.internal.inject.BeanParamMemoryLeakTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.512 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterDateTest [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.PathParamStringConstructorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s -- in org.glassfish.jersey.server.internal.inject.PathParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.jersey.server.internal.inject.ParamExceptionMappingTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSetStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.819 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.763 s -- in org.glassfish.jersey.server.internal.inject.FormParamTest [INFO] Running org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.glassfish.jersey.server.internal.inject.EncodedParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.InvalidParamsTest Jan 07, 2024 2:27:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: org.glassfish.jersey.internal.inject.ExtractorException: java.lang.IllegalStateException: error at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:102) 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) ... 93 more Caused by: java.lang.IllegalStateException: error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityISE.fromString(InvalidParamsTest.java:153) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92) ... 97 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldISE(InvalidParamsTest.java:174) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:27:15 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.server.internal.inject.InvalidParamsTest$FaultyParamEntityWAE.fromString(InvalidParamsTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.internal.inject.ParamConverters$TypeFromString$1._fromString(ParamConverters.java:200) at org.glassfish.jersey.internal.inject.ParamConverters$AbstractStringReader.fromString(ParamConverters.java:92) 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.inject.InvalidParamsTest.testInvalidQueryParamFieldWAE(InvalidParamsTest.java:144) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.glassfish.jersey.server.internal.inject.InvalidParamsTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.204 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.server.internal.inject.ConstructorParameterInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.glassfish.jersey.server.internal.inject.PathParamDefaultValueTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.server.internal.inject.QueryParamEnumTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsCookieTest [INFO] Running org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.892 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s -- in org.glassfish.jersey.server.internal.inject.JaxRsInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.glassfish.jersey.server.internal.inject.ParamConverterInternalTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s -- in org.glassfish.jersey.server.internal.inject.MatrixParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.server.internal.inject.QueryParamSortedSetStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.glassfish.jersey.server.internal.inject.HeaderParamStringConstructorTest [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.116 s -- in org.glassfish.jersey.server.internal.inject.QueryParamFromStringTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.104 s -- in org.glassfish.jersey.server.internal.inject.CookieParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest ### 200 ### 200 ### 200 ### 200 ### 200 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.glassfish.jersey.server.internal.inject.CookieParamStringConstructorTest [INFO] Running org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest ### 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: 2.197 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsPrimitiveTest [INFO] Running org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 s -- in org.glassfish.jersey.server.internal.inject.ContextBasedInjectionTest [INFO] Running org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.glassfish.jersey.server.internal.inject.PathParamAsPathSegmentTest [INFO] Running org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s -- in org.glassfish.jersey.server.internal.inject.QueryParamAsSortedSetPrimitiveTest [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] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.server.internal.process.ProxyInjectablesTest [INFO] Running org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.server.internal.scanning.VFSSchemeResourceFinderTest [INFO] Running org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.internal.scanning.BundleSchemeScannerTest [INFO] Running org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.server.internal.scanning.JarFileScannerTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 s -- in org.glassfish.jersey.server.internal.routing.ExtendedUriInfoTest [INFO] Running org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.jersey.server.internal.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.server.internal.routing.SubResourceValidationTest Jan 07, 2024 2:27:24 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.internal.guava.UncheckedExecutionException: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator. [[FATAL] 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.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() 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.; source='org.glassfish.jersey.server.model.RuntimeResource@1ef418cd'] at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2183) at org.glassfish.jersey.internal.guava.LocalCache.get(LocalCache.java:605) at org.glassfish.jersey.internal.guava.LocalCache.getOrLoad(LocalCache.java:609) at org.glassfish.jersey.internal.guava.LocalCache$LocalLoadingCache.get(LocalCache.java:3797) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.getRouting(RuntimeLocatorModelBuilder.java:162) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:114) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.routing.SubResourceValidationTest.testEnable(SubResourceValidationTest.java:81) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: org.glassfish.jersey.server.model.ModelValidationException: Model validation error(s) found in sub resource returned by sub resource locator. [[FATAL] 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.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() 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.; source='org.glassfish.jersey.server.model.RuntimeResource@1ef418cd'] at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$2.run(RuntimeLocatorModelBuilder.java:236) 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.server.internal.routing.RuntimeLocatorModelBuilder.validateResource(RuntimeLocatorModelBuilder.java:228) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.buildRouting(RuntimeLocatorModelBuilder.java:215) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.createRouting(RuntimeLocatorModelBuilder.java:207) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder.access$100(RuntimeLocatorModelBuilder.java:52) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:139) at org.glassfish.jersey.server.internal.routing.RuntimeLocatorModelBuilder$1.load(RuntimeLocatorModelBuilder.java:136) at org.glassfish.jersey.internal.guava.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3429) at org.glassfish.jersey.internal.guava.LocalCache$Segment.loadSync(LocalCache.java:2291) at org.glassfish.jersey.internal.guava.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2260) at org.glassfish.jersey.internal.guava.LocalCache$Segment.get(LocalCache.java:2177) ... 82 more Jan 07, 2024 2:27:24 AM 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.aget() and public java.lang.String org.glassfish.jersey.server.internal.routing.SubResourceValidationTest$InvalidSubResource.aget2() 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.071 s -- in org.glassfish.jersey.server.internal.routing.SubResourceValidationTest [INFO] Running org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.server.internal.routing.UriRoutingContextTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.SlidingWindowTimeReservoirAggregatingTrimmerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 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.006 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.078 s -- in org.glassfish.jersey.server.internal.monitoring.TimeWindowStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.server.internal.monitoring.AggregatingTrimmerZeroTimeTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImplTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringUtilsTest [INFO] Running org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsTest [INFO] Running org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.jersey.server.internal.BackgroundSchedulerProviderTest [INFO] Running org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.server.internal.ServiceFinderTest [INFO] Running org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.server.internal.ContainerUtilsTest [INFO] Running org.glassfish.jersey.server.internal.ResourceContextTest Jan 07, 2024 2:27:25 AM 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) 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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:112) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:27:25 AM 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) 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 java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.internal.ResourceContextTest.testGetResource(ResourceContextTest.java:115) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.server.internal.ResourceContextTest [INFO] Running org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.server.internal.RuntimeDelegateImplTest [INFO] Running org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.server.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.server.AsyncApplicationBuildingTest Jan 07, 2024 2:27:25 AM 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.postTwo(java.lang.String) and public java.lang.String org.glassfish.jersey.server.AsyncApplicationBuildingTest$ErrornousResource.postOne(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.113 s -- in org.glassfish.jersey.server.AsyncApplicationBuildingTest [INFO] Running org.glassfish.jersey.server.DefaultExceptionMapperTest Jan 07, 2024 2:27:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource 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.DefaultExceptionMapperTest$IOExThrowingResource will be ignored. Jan 07, 2024 2:27:26 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.io.IOException: DefaultExceptionMapperTest I/O Exception at org.glassfish.jersey.server.DefaultExceptionMapperTest$IOExThrowingResource.doGet(DefaultExceptionMapperTest.java:86) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.DefaultExceptionMapperTest.testCompletionCallback(DefaultExceptionMapperTest.java:56) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.glassfish.jersey.server.DefaultExceptionMapperTest [INFO] Running org.glassfish.jersey.server.monitoring.MonitoringFeatureTest Jan 07, 2024 2:27:26 AM 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. Jan 07, 2024 2:27:26 AM 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. Jan 07, 2024 2:27:26 AM 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. Jan 07, 2024 2:27:26 AM 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. Jan 07, 2024 2:27:26 AM 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. Jan 07, 2024 2:27:26 AM 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.313 s -- in org.glassfish.jersey.server.monitoring.MonitoringFeatureTest [INFO] Running org.glassfish.jersey.server.ResourceMergeTest Jan 07, 2024 2:27:27 AM 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@18c9c023, 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 jakarta.ws.rs.container.ContainerRequestContext, source=null, defaultValue=null]], responseType=class java.lang.Object}, nameBindings=[], handlerClasses=[], handlerInstances=[org.glassfish.jersey.server.ResourceMergeTest$MyInflector@18c9c023], 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.005 s -- in org.glassfish.jersey.server.ResourceMergeTest [INFO] Running org.glassfish.jersey.server.AsyncCallbackServerTest Jan 07, 2024 2:27:27 AM 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. Jan 07, 2024 2:27:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: test-exception at org.glassfish.jersey.server.AsyncCallbackServerTest$CompletionResource.onError(AsyncCallbackServerTest.java:170) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.AsyncCallbackServerTest.testCompletionFail(AsyncCallbackServerTest.java:82) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:27:27 AM 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.125 s -- in org.glassfish.jersey.server.AsyncCallbackServerTest [INFO] Running org.glassfish.jersey.server.SecurityContextTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.server.SecurityContextTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.server.UriInfoMatchedUrisTest [INFO] Running org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.server.modelapi.annotation.IntrospectionModellerTest [INFO] Running org.glassfish.jersey.server.AnnotatedEntityTest Jan 07, 2024 2:27:27 AM 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: 0.127 s -- in org.glassfish.jersey.server.AnnotatedEntityTest [INFO] Running org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.jersey.server.ExtendedResourceContextTest [INFO] Running org.glassfish.jersey.server.ApplicationHandlerTest Jan 07, 2024 2:27:27 AM 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]. Jan 07, 2024 2:27:27 AM 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. Jan 07, 2024 2:27:27 AM 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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 2:27:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: Cannot do that! at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:523) at org.glassfish.jersey.server.ApplicationHandlerTest$ResponseErrorEntityWriter.writeTo(ApplicationHandlerTest.java:504) 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) 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:609) at org.glassfish.jersey.server.ApplicationHandler.apply(ApplicationHandler.java:589) at org.glassfish.jersey.server.ApplicationHandlerTest.lambda$testMapCyclicResponseErrorForMbw$0(ApplicationHandlerTest.java:568) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.server.ApplicationHandlerTest.testMapCyclicResponseErrorForMbw(ApplicationHandlerTest.java:563) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:27:27 AM 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$MergedA1.doGet() and public java.lang.String org.glassfish.jersey.server.ApplicationHandlerTest$MergedA.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.239 s -- in org.glassfish.jersey.server.ApplicationHandlerTest [INFO] Running org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.jersey.server.JaxRsFeatureRegistrationTest [INFO] Running org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.server.AutoDiscoverableServerTest [INFO] Running org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.server.UriInfoMatchedResourcesTest [INFO] Running org.glassfish.jersey.server.SecurityManagerConfiguredTest [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.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.ApplicationTest Jan 07, 2024 2:27:28 AM 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. Jan 07, 2024 2:27:28 AM 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. Jan 07, 2024 2:27:28 AM 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. Jan 07, 2024 2:27:28 AM 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. Jan 07, 2024 2:27:28 AM 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.056 s -- in org.glassfish.jersey.server.ApplicationTest [INFO] Running org.glassfish.jersey.server.ResourceConfigTest [] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.server.ResourceConfigTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.971 s -- in org.glassfish.jersey.server.internal.routing.SubResourceLocatorCachingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 936, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/jersey-server-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/bom.xml [INFO] attaching as jersey-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/bom.json [INFO] attaching as jersey-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/jersey-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-server --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/jersey-server-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/4.0.99-SNAPSHOT/jersey-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/jersey-server-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/4.0.99-SNAPSHOT/jersey-server-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/4.0.99-SNAPSHOT/jersey-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/4.0.99-SNAPSHOT/jersey-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-server/target/jersey-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/core/jersey-server/4.0.99-SNAPSHOT/jersey-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-server --- [INFO] [INFO] --------------< org.glassfish.jersey.containers:project >--------------- [INFO] Building jersey-containers 4.0.99-SNAPSHOT [15/375] [INFO] from containers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41543 for jersey.config.test.container.port [INFO] Reserved port 40251 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-grizzly2-http >--- [INFO] Building jersey-container-grizzly2-http 4.0.99-SNAPSHOT [16/375] [INFO] from containers/grizzly2-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-grizzly2-http --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/resources/org/glassfish/jersey/grizzly2/httpserver/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-http --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/main/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/test/tools/ServerManager.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/src/test/java/org/glassfish/jersey/grizzly2/httpserver/GrizzlyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-http --- [INFO] Reserved port 43355 for jersey.config.test.container.port [INFO] Reserved port 38981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest Client implementation: org.glassfish.jersey.grizzly2.httpserver.test.tools.JdkHttpClientThread Count of clients: 30 Test duration: 10 s Jan 07, 2024 2:27:50 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:27:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:27:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-c6b1w:33655] Jan 07, 2024 2:27:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Server processed 3117 requests of test https2(). Jan 07, 2024 2:28:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-c6b1w:33655] Jan 07, 2024 2:28:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:28:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-c6b1w:41197] Jan 07, 2024 2:28:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Server processed 9470 requests of test http(). Jan 07, 2024 2:28:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-c6b1w:41197] Server processed 0 requests of test http2(). Jan 07, 2024 2:28:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:28:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [centos-7-c6b1w:45529] Jan 07, 2024 2:28:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Server processed 12738 requests of test https(). Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [centos-7-c6b1w:45529] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.02 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerTest [INFO] Running org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest Jan 07, 2024 2:28:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:28:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource 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.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43355] Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43355] Jan 07, 2024 2:28:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:58367] Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:28:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:28:21 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource 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.grizzly2.httpserver.GrizzlyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43355] Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:28:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43355] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s -- in org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/bom.xml [INFO] attaching as jersey-container-grizzly2-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/bom.json [INFO] attaching as jersey-container-grizzly2-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/4.0.99-SNAPSHOT/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/4.0.99-SNAPSHOT/jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/4.0.99-SNAPSHOT/jersey-container-grizzly2-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/4.0.99-SNAPSHOT/jersey-container-grizzly2-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-http/target/jersey-container-grizzly2-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-http/4.0.99-SNAPSHOT/jersey-container-grizzly2-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [17/375] [INFO] from containers/jersey-servlet-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet-core --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet-core --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/resources/org/glassfish/jersey/servlet/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet-core --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/WebComponent.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/main/java/org/glassfish/jersey/servlet/internal/ThreadLocalNamedInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet-core --- [INFO] Reserved port 35085 for jersey.config.test.container.port [INFO] Reserved port 36299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.servlet.internal.ContextPathEncodingTest [INFO] Running org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.jersey.servlet.internal.ThreadLocalInvokerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/bom.xml [INFO] attaching as jersey-container-servlet-core-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/bom.json [INFO] attaching as jersey-container-servlet-core-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet-core --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet-core:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet-core --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/4.0.99-SNAPSHOT/jersey-container-servlet-core-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/4.0.99-SNAPSHOT/jersey-container-servlet-core-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/4.0.99-SNAPSHOT/jersey-container-servlet-core-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/4.0.99-SNAPSHOT/jersey-container-servlet-core-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet-core/target/jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/4.0.99-SNAPSHOT/jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet-core --- [INFO] [INFO] ------------< org.glassfish.jersey.test-framework:project >------------- [INFO] Building jersey-test-framework 4.0.99-SNAPSHOT [18/375] [INFO] from test-framework/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36223 for jersey.config.test.container.port [INFO] Reserved port 46151 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-core >--- [INFO] Building jersey-test-framework-core 4.0.99-SNAPSHOT [19/375] [INFO] from test-framework/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-core --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-core --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-core --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-core --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-core --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-core --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/main/java/org/glassfish/jersey/test/JerseyTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/src/test/java/org/glassfish/jersey/test/JerseyTestTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-core --- [INFO] Reserved port 41829 for jersey.config.test.container.port [INFO] Reserved port 34159 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-core --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.JerseyTestTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.glassfish.jersey.test.JerseyTestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/jersey-test-framework-core-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-core --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/bom.xml [INFO] attaching as jersey-test-framework-core-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/bom.json [INFO] attaching as jersey-test-framework-core-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-core --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/jersey-test-framework-core-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-core --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/4.0.99-SNAPSHOT/jersey-test-framework-core-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/jersey-test-framework-core-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/4.0.99-SNAPSHOT/jersey-test-framework-core-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/4.0.99-SNAPSHOT/jersey-test-framework-core-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/4.0.99-SNAPSHOT/jersey-test-framework-core-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/core/target/jersey-test-framework-core-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-core/4.0.99-SNAPSHOT/jersey-test-framework-core-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-core --- [INFO] [INFO] ------< org.glassfish.jersey.containers:jersey-container-servlet >------ [INFO] Building jersey-container-servlet 4.0.99-SNAPSHOT [20/375] [INFO] from containers/jersey-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-servlet --- [INFO] Resources: [INFO] org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/src/main/resources/org/glassfish/jersey/servlet/init/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-servlet --- [INFO] Reserved port 40129 for jersey.config.test.container.port [INFO] Reserved port 33915 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/bom.xml [INFO] attaching as jersey-container-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/bom.json [INFO] attaching as jersey-container-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-servlet --- [WARNING] Bundle org.glassfish.jersey.containers:jersey-container-servlet:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-servlet --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/4.0.99-SNAPSHOT/jersey-container-servlet-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/4.0.99-SNAPSHOT/jersey-container-servlet-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/4.0.99-SNAPSHOT/jersey-container-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/4.0.99-SNAPSHOT/jersey-container-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jersey-servlet/target/jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/4.0.99-SNAPSHOT/jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-servlet --- [INFO] [INFO] --< org.glassfish.jersey.containers:jersey-container-grizzly2-servlet >-- [INFO] Building jersey-container-grizzly2-servlet 4.0.99-SNAPSHOT [21/375] [INFO] from containers/grizzly2-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-grizzly2-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-grizzly2-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-grizzly2-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-grizzly2-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-grizzly2-servlet --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-grizzly2-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-grizzly2-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-grizzly2-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-grizzly2-servlet --- [INFO] Reserved port 37021 for jersey.config.test.container.port [INFO] Reserved port 33577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-grizzly2-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-grizzly2-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/bom.xml [INFO] attaching as jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/bom.json [INFO] attaching as jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-grizzly2-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-grizzly2-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-grizzly2-servlet --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/4.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/4.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/4.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/4.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/grizzly2-servlet/target/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-grizzly2-servlet/4.0.99-SNAPSHOT/jersey-container-grizzly2-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-grizzly2-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.test-framework.providers:project >-------- [INFO] Building jersey-test-framework-providers 4.0.99-SNAPSHOT [22/375] [INFO] from test-framework/providers/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 37959 for jersey.config.test.container.port [INFO] Reserved port 41953 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [23/375] [INFO] from test-framework/providers/grizzly2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-grizzly2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-grizzly2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-grizzly2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-grizzly2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-grizzly2 --- [INFO] Reserved port 46679 for jersey.config.test.container.port [INFO] Reserved port 43083 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-grizzly2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest Jan 07, 2024 2:28:36 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:28:36 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 2:28:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 2:28:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 2:28:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.206 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebInjectionTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest Jan 07, 2024 2:28:37 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:28:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest Jan 07, 2024 2:28:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:28:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyTwoWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest Jan 07, 2024 2:28:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:28:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:46679 Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.607 s -- in org.glassfish.jersey.test.grizzly.web.ssl.GrizzlyOneWaySslWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM 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) [[]] Jan 07, 2024 2:28:40 AM 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) [[]] Jan 07, 2024 2:28:40 AM 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) [[]] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest$RequestDispatcherServlet Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyRequestDispatchFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40901] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer start INFO: Started GrizzlyWebTestContainer at the base URI http://localhost:40901/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40901] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.test.grizzly.web.AvailablePortGrizzlyWebTest [INFO] Running org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: [/context]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.test.grizzly.web.context.GrizzlyWebContextPathTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM 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) [[]] Jan 07, 2024 2:28:40 AM 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) [[]] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest$MyServlet Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebServletAndFilterTest [INFO] Running org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.jersey.test.grizzly.web.GrizzlyWebFixedRequestSizeTest [INFO] Running org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.test.grizzly.pckg.GrizzlyPackageTest [INFO] Running org.glassfish.jersey.test.grizzly.BaseUriTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46679/ Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46679] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46679] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.test.grizzly.BaseUriTest [INFO] Running org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 2:28:40 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44537] Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:28:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44537/ Jan 07, 2024 2:28:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44537] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.jersey.test.grizzly.AvailablePortGrizzlyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-grizzly2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/bom.xml [INFO] attaching as jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/bom.json [INFO] attaching as jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-grizzly2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-grizzly2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/4.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/4.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/4.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/4.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-grizzly2/4.0.99-SNAPSHOT/jersey-test-framework-provider-grizzly2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-grizzly2 --- [INFO] [INFO] --------------< org.glassfish.jersey.connectors:project >--------------- [INFO] Building jersey-connectors 4.0.99-SNAPSHOT [24/375] [INFO] from connectors/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42471 for jersey.config.test.container.port [INFO] Reserved port 39385 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache-connector >------- [INFO] Building jersey-connectors-apache 4.0.99-SNAPSHOT [25/375] [INFO] from connectors/apache-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/main/resources/org/glassfish/jersey/apache/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/main/java/org/glassfish/jersey/apache/connector/ApacheConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/src/test/java/org/glassfish/jersey/apache/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache-connector --- [INFO] Reserved port 38739 for jersey.config.test.container.port [INFO] Reserved port 42925 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.apache.connector.GZIPContentEncodingTest Jan 07, 2024 2:28:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s -- in org.glassfish.jersey.apache.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.jersey.apache.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache.connector.AuthTest Jan 07, 2024 2:28:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:28:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.233 s -- in org.glassfish.jersey.apache.connector.AuthTest [INFO] Running org.glassfish.jersey.apache.connector.AsyncTest Jan 07, 2024 2:28:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:28:48 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Jan 07, 2024 2:28:48 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Jan 07, 2024 2:28:49 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:28:49 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:28:49 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-2 Jan 07, 2024 2:28:50 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:28:50 AM org.glassfish.jersey.apache.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Jan 07, 2024 2:28:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:28:50 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.120 s -- in org.glassfish.jersey.apache.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache.connector.TraceSupportTest Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.glassfish.jersey.apache.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache.connector.HttpHeadersTest Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.apache.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 s -- in org.glassfish.jersey.apache.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache.connector.HttpMethodTest Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s -- in org.glassfish.jersey.apache.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache.connector.CookieTest Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.glassfish.jersey.apache.connector.CookieTest [INFO] Running org.glassfish.jersey.apache.connector.NoEntityTest Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.apache.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.apache.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache.connector.HelloWorldTest Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38739/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38739 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:38739/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jan 07, 2024 2:28:55 AM 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". Jan 07, 2024 2:28:55 AM 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". Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld/error 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38739/helloworld/error2 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38739 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:38739/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38739/helloworld 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38739 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:38739/helloworld 3 > accept-encoding: gzip,deflate 3 > connection: Keep-Alive 3 > host: localhost:38739 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:38739/helloworld 4 > accept-encoding: gzip,deflate 4 > connection: Keep-Alive 4 > host: localhost:38739 4 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:38739/helloworld 5 > accept-encoding: gzip,deflate 5 > connection: Keep-Alive 5 > host: localhost:38739 5 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-0 6 > GET http://localhost:38739/helloworld 6 > accept-encoding: gzip,deflate 6 > connection: Keep-Alive 6 > host: localhost:38739 6 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:38739/helloworld 7 > accept-encoding: gzip,deflate 7 > connection: Keep-Alive 7 > host: localhost:38739 7 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-3 8 > GET http://localhost:38739/helloworld 8 > accept-encoding: gzip,deflate 8 > connection: Keep-Alive 8 > host: localhost:38739 8 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:38739/helloworld 9 > accept-encoding: gzip,deflate 9 > connection: Keep-Alive 9 > host: localhost:38739 9 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-2 10 > GET http://localhost:38739/helloworld 10 > accept-encoding: gzip,deflate 10 > connection: Keep-Alive 10 > host: localhost:38739 10 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server responded with a response on thread grizzly-http-server-2 10 < 200 10 < Content-Type: text/plain Hello World! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-0 11 > GET http://localhost:38739/helloworld 11 > accept-encoding: gzip,deflate 11 > connection: Keep-Alive 11 > host: localhost:38739 11 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server responded with a response on thread grizzly-http-server-0 11 < 200 11 < Content-Type: text/plain Hello World! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-3 12 > GET http://localhost:38739/helloworld 12 > accept-encoding: gzip,deflate 12 > connection: Keep-Alive 12 > host: localhost:38739 12 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-1 13 > GET http://localhost:38739/helloworld 13 > accept-encoding: gzip,deflate 13 > connection: Keep-Alive 13 > host: localhost:38739 13 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-2 14 > GET http://localhost:38739/helloworld 14 > accept-encoding: gzip,deflate 14 > connection: Keep-Alive 14 > host: localhost:38739 14 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server responded with a response on thread grizzly-http-server-2 14 < 200 14 < Content-Type: text/plain Hello World! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-0 15 > GET http://localhost:38739/helloworld 15 > accept-encoding: gzip,deflate 15 > connection: Keep-Alive 15 > host: localhost:38739 15 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server responded with a response on thread grizzly-http-server-0 15 < 200 15 < Content-Type: text/plain Hello World! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-3 16 > GET http://localhost:38739/helloworld 16 > accept-encoding: gzip,deflate 16 > connection: Keep-Alive 16 > host: localhost:38739 16 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-1 17 > GET http://localhost:38739/helloworld 17 > accept-encoding: gzip,deflate 17 > connection: Keep-Alive 17 > host: localhost:38739 17 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-2 18 > GET http://localhost:38739/helloworld 18 > accept-encoding: gzip,deflate 18 > connection: Keep-Alive 18 > host: localhost:38739 18 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-0 19 > GET http://localhost:38739/helloworld 19 > accept-encoding: gzip,deflate 19 > connection: Keep-Alive 19 > host: localhost:38739 19 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server responded with a response on thread grizzly-http-server-0 19 < 200 19 < Content-Type: text/plain Hello World! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-3 20 > GET http://localhost:38739/helloworld 20 > accept-encoding: gzip,deflate 20 > connection: Keep-Alive 20 > host: localhost:38739 20 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.jersey.apache.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 44 Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworld 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM 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! Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:38739/helloworldarbitrary 1 > accept-encoding: gzip,deflate 1 > connection: Keep-Alive 1 > host: localhost:38739 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:38739/helloworld/arbitrary 2 > accept-encoding: gzip,deflate 2 > connection: Keep-Alive 2 > host: localhost:38739 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14) Jan 07, 2024 2:28:55 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.492 s -- in org.glassfish.jersey.apache.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache.connector.HttpEntityTest Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.apache.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache.connector.LargeDataTest Jan 07, 2024 2:28:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s -- in org.glassfish.jersey.apache.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.jersey.apache.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache.connector.FollowRedirectsTest Jan 07, 2024 2:28:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.apache.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache.connector.ManagedClientTest Jan 07, 2024 2:28:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.apache.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache.connector.TimeoutTest Jan 07, 2024 2:28:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:56 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jan 07, 2024 2:28:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.098 s -- in org.glassfish.jersey.apache.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache.connector.StreamingTest Jan 07, 2024 2:28:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:28:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:28:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:28:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 s -- in org.glassfish.jersey.apache.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache.connector.SpecialHeaderTest Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.024 s -- in org.glassfish.jersey.apache.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache.connector.RetryHandlerTest Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jan 07, 2024 2:29:00 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38739: Read timed out Jan 07, 2024 2:29:00 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:38739 Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jan 07, 2024 2:29:00 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (java.net.SocketTimeoutException) caught when processing request to {}->http://localhost:38739: Read timed out Jan 07, 2024 2:29:00 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://localhost:38739 Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.glassfish.jersey.apache.connector.RetryHandlerTest [INFO] Running org.glassfish.jersey.apache.connector.DisableContentEncodingTest Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38739/ Jan 07, 2024 2:29:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38739] Jan 07, 2024 2:29:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jan 07, 2024 2:29:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38739] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.jersey.apache.connector.DisableContentEncodingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/jersey-apache-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/bom.xml [INFO] attaching as jersey-apache-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/bom.json [INFO] attaching as jersey-apache-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/jersey-apache-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/jersey-apache-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/4.0.99-SNAPSHOT/jersey-apache-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/jersey-apache-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/4.0.99-SNAPSHOT/jersey-apache-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/4.0.99-SNAPSHOT/jersey-apache-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/4.0.99-SNAPSHOT/jersey-apache-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache-connector/target/jersey-apache-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/4.0.99-SNAPSHOT/jersey-apache-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-apache-connector --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-apache5-connector >------ [INFO] Building jersey-connectors-apache5 4.0.99-SNAPSHOT [26/375] [INFO] from connectors/apache5-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-apache5-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-apache5-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-apache5-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-apache5-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-apache5-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-apache5-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/apache5/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/resources/org/glassfish/jersey/apache5/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-apache5-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-apache5-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-apache5-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/main/java/org/glassfish/jersey/apache5/connector/Apache5Connector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-apache5-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-apache5-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/src/test/java/org/glassfish/jersey/apache5/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-apache5-connector --- [INFO] Reserved port 46583 for jersey.config.test.container.port [INFO] Reserved port 42937 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-apache5-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s -- in org.glassfish.jersey.apache5.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpEntityTest Jan 07, 2024 2:29:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s -- in org.glassfish.jersey.apache5.connector.HttpEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.AuthTest Jan 07, 2024 2:29:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:29:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [WARNING] Tests run: 19, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.202 s -- in org.glassfish.jersey.apache5.connector.AuthTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodTest Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in org.glassfish.jersey.apache5.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.apache5.connector.DisableContentEncodingTest Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.apache5.connector.DisableContentEncodingTest [INFO] Running org.glassfish.jersey.apache5.connector.TimeoutTest Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:29:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.086 s -- in org.glassfish.jersey.apache5.connector.TimeoutTest [INFO] Running org.glassfish.jersey.apache5.connector.FollowRedirectsTest Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.apache5.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.apache5.connector.TraceSupportTest Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s -- in org.glassfish.jersey.apache5.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.apache5.connector.ManagedClientTest Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.apache5.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.jersey.apache5.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.apache5.connector.NoEntityTest Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:29:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.apache5.connector.NoEntityTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest Jan 07, 2024 2:29:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s -- in org.glassfish.jersey.apache5.connector.HttpMethodWithClientFilterTest [INFO] Running org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.apache5.connector.UnderlyingCookieStoreAccessTest [INFO] Running org.glassfish.jersey.apache5.connector.SpecialHeaderTest Jan 07, 2024 2:29:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.026 s -- in org.glassfish.jersey.apache5.connector.SpecialHeaderTest [INFO] Running org.glassfish.jersey.apache5.connector.LargeDataTest Jan 07, 2024 2:29:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s -- in org.glassfish.jersey.apache5.connector.LargeDataTest [INFO] Running org.glassfish.jersey.apache5.connector.AsyncTest Jan 07, 2024 2:29:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jan 07, 2024 2:29:13 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Jan 07, 2024 2:29:13 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Jan 07, 2024 2:29:13 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Jan 07, 2024 2:29:14 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:29:14 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:29:14 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:29:14 AM org.glassfish.jersey.apache5.connector.AsyncTest testAsyncPost INFO: Using async timeout multiplier: 1 Jan 07, 2024 2:29:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jan 07, 2024 2:29:14 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:29:17 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-1 Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.080 s -- in org.glassfish.jersey.apache5.connector.AsyncTest [INFO] Running org.glassfish.jersey.apache5.connector.RetryStrategyTest Jan 07, 2024 2:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:19 AM org.glassfish.jersey.apache5.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Jan 07, 2024 2:29:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.250 s -- in org.glassfish.jersey.apache5.connector.RetryStrategyTest [INFO] Running org.glassfish.jersey.apache5.connector.HttpHeadersTest Jan 07, 2024 2:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.jersey.apache5.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.apache5.connector.CookieTest Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.apache5.connector.CookieTest [INFO] Running org.glassfish.jersey.apache5.connector.HelloWorldTest Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:46583/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:46583 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:46583/helloworld 1 > accept: text/plain 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld/error 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:46583/helloworld/error2 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:46583 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > HEAD http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:46583/helloworld 1 > accept: foo/bar 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:46583/helloworld 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:46583 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-2 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 4 * Server has received a request on thread grizzly-http-server-3 4 > GET http://localhost:46583/helloworld 4 > accept-encoding: gzip, x-gzip, deflate 4 > connection: keep-alive 4 > host: localhost:46583 4 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server has received a request on thread grizzly-http-server-0 3 > GET http://localhost:46583/helloworld 3 > accept-encoding: gzip, x-gzip, deflate 3 > connection: keep-alive 3 > host: localhost:46583 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-2 1 < 200 1 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 3 * Server responded with a response on thread grizzly-http-server-0 3 < 200 3 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 5 * Server has received a request on thread grizzly-http-server-1 5 > GET http://localhost:46583/helloworld 5 > accept-encoding: gzip, x-gzip, deflate 5 > connection: keep-alive 5 > host: localhost:46583 5 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server has received a request on thread grizzly-http-server-3 6 > GET http://localhost:46583/helloworld 6 > accept-encoding: gzip, x-gzip, deflate 6 > connection: keep-alive 6 > host: localhost:46583 6 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 9 * Server has received a request on thread grizzly-http-server-1 9 > GET http://localhost:46583/helloworld 9 > accept-encoding: gzip, x-gzip, deflate 9 > connection: keep-alive 9 > host: localhost:46583 9 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 7 * Server has received a request on thread grizzly-http-server-2 7 > GET http://localhost:46583/helloworld 7 > accept-encoding: gzip, x-gzip, deflate 7 > connection: keep-alive 7 > host: localhost:46583 7 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server has received a request on thread grizzly-http-server-0 8 > GET http://localhost:46583/helloworld 8 > accept-encoding: gzip, x-gzip, deflate 8 > connection: keep-alive 8 > host: localhost:46583 8 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 6 * Server responded with a response on thread grizzly-http-server-3 6 < 200 6 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 8 * Server responded with a response on thread grizzly-http-server-0 8 < 200 8 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 10 * Server has received a request on thread grizzly-http-server-3 10 > GET http://localhost:46583/helloworld 10 > accept-encoding: gzip, x-gzip, deflate 10 > connection: keep-alive 10 > host: localhost:46583 10 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 11 * Server has received a request on thread grizzly-http-server-2 11 > GET http://localhost:46583/helloworld 11 > accept-encoding: gzip, x-gzip, deflate 11 > connection: keep-alive 11 > host: localhost:46583 11 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 12 * Server has received a request on thread grizzly-http-server-1 12 > GET http://localhost:46583/helloworld 12 > accept-encoding: gzip, x-gzip, deflate 12 > connection: keep-alive 12 > host: localhost:46583 12 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 13 * Server has received a request on thread grizzly-http-server-0 13 > GET http://localhost:46583/helloworld 13 > accept-encoding: gzip, x-gzip, deflate 13 > connection: keep-alive 13 > host: localhost:46583 13 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 14 * Server has received a request on thread grizzly-http-server-3 14 > GET http://localhost:46583/helloworld 14 > accept-encoding: gzip, x-gzip, deflate 14 > connection: keep-alive 14 > host: localhost:46583 14 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 15 * Server has received a request on thread grizzly-http-server-2 15 > GET http://localhost:46583/helloworld 15 > accept-encoding: gzip, x-gzip, deflate 15 > connection: keep-alive 15 > host: localhost:46583 15 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 16 * Server has received a request on thread grizzly-http-server-1 16 > GET http://localhost:46583/helloworld 16 > accept-encoding: gzip, x-gzip, deflate 16 > connection: keep-alive 16 > host: localhost:46583 16 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 17 * Server has received a request on thread grizzly-http-server-0 17 > GET http://localhost:46583/helloworld 17 > accept-encoding: gzip, x-gzip, deflate 17 > connection: keep-alive 17 > host: localhost:46583 17 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server has received a request on thread grizzly-http-server-3 18 > GET http://localhost:46583/helloworld 18 > accept-encoding: gzip, x-gzip, deflate 18 > connection: keep-alive 18 > host: localhost:46583 18 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 19 * Server has received a request on thread grizzly-http-server-2 19 > GET http://localhost:46583/helloworld 19 > accept-encoding: gzip, x-gzip, deflate 19 > connection: keep-alive 19 > host: localhost:46583 19 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server has received a request on thread grizzly-http-server-1 20 > GET http://localhost:46583/helloworld 20 > accept-encoding: gzip, x-gzip, deflate 20 > connection: keep-alive 20 > host: localhost:46583 20 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 18 * Server responded with a response on thread grizzly-http-server-3 18 < 200 18 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 20 * Server responded with a response on thread grizzly-http-server-1 20 < 200 20 < Content-Type: text/plain Hello World! Jan 07, 2024 2:29:20 AM org.glassfish.jersey.apache5.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 34 Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. CustomLoggingFilter.preFilter called Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworld 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM 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! Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:46583/helloworldarbitrary 1 > accept-encoding: gzip, x-gzip, deflate 1 > connection: keep-alive 1 > host: localhost:46583 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 404 Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:46583/helloworld/arbitrary 2 > accept-encoding: gzip, x-gzip, deflate 2 > connection: keep-alive 2 > host: localhost:46583 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Apache HttpClient 5.2.1) Jan 07, 2024 2:29:20 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 404 Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.glassfish.jersey.apache5.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.apache5.connector.StreamingTest Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 s -- in org.glassfish.jersey.apache5.connector.StreamingTest [INFO] Running org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest Jan 07, 2024 2:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] Jan 07, 2024 2:29:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:46583/ Jan 07, 2024 2:29:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46583] Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jan 07, 2024 2:29:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46583] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.apache5.connector.GZIPContentEncodingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 106, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-apache5-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/bom.xml [INFO] attaching as jersey-apache5-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/bom.json [INFO] attaching as jersey-apache5-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-apache5-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-apache5-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-apache5-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/4.0.99-SNAPSHOT/jersey-apache5-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/4.0.99-SNAPSHOT/jersey-apache5-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/4.0.99-SNAPSHOT/jersey-apache5-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/4.0.99-SNAPSHOT/jersey-apache5-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/apache5-connector/target/jersey-apache5-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-apache5-connector/4.0.99-SNAPSHOT/jersey-apache5-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [27/375] [INFO] from test-framework/providers/inmemory/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-inmemory --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-inmemory --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-inmemory --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-inmemory --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-inmemory --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-inmemory --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-inmemory --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-inmemory --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-inmemory --- [INFO] Reserved port 40823 for jersey.config.test.container.port [INFO] Reserved port 42327 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-inmemory --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest Jan 07, 2024 2:29:24 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.730 s -- in org.glassfish.jersey.test.inmemory.internal.FollowRedirectsTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerPackageTest [INFO] Running org.glassfish.jersey.test.inmemory.InMemoryContainerTest Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:26 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:40823/ Jan 07, 2024 2:29:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:26 AM org.glassfish.jersey.test.inmemory.InMemoryConnector$InMemoryResponseWriter suspend WARNING: Asynchronous server side invocations are not supported by InMemoryContainer. Jan 07, 2024 2:29:26 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Attempt to suspend a connection of an asynchronous request failed in the underlying container. at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:384) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:81) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.test.inmemory.InMemoryConnector.apply(InMemoryConnector.java:251) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:300) at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) 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:661) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:413) at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:313) at org.glassfish.jersey.test.inmemory.InMemoryContainerTest.testAsyncMethodsNotSupported(InMemoryContainerTest.java:192) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.glassfish.jersey.test.inmemory.InMemoryContainerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-inmemory --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/bom.xml [INFO] attaching as jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/bom.json [INFO] attaching as jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-inmemory --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-inmemory --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/4.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/4.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/4.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/4.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/inmemory/target/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-inmemory/4.0.99-SNAPSHOT/jersey-test-framework-provider-inmemory-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [28/375] [INFO] from test-framework/providers/external/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-external --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-external --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-external --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-external --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-external --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-external --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-external --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/main/java/org/glassfish/jersey/test/external/ExternalTestContainerFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-external --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-external --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-external --- [INFO] Reserved port 35935 for jersey.config.test.container.port [INFO] Reserved port 36597 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-external --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/jersey-test-framework-provider-external-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-external --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/bom.xml [INFO] attaching as jersey-test-framework-provider-external-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/bom.json [INFO] attaching as jersey-test-framework-provider-external-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-external --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/jersey-test-framework-provider-external-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-external --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/4.0.99-SNAPSHOT/jersey-test-framework-provider-external-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/jersey-test-framework-provider-external-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/4.0.99-SNAPSHOT/jersey-test-framework-provider-external-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/4.0.99-SNAPSHOT/jersey-test-framework-provider-external-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/4.0.99-SNAPSHOT/jersey-test-framework-provider-external-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/external/target/jersey-test-framework-provider-external-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-external/4.0.99-SNAPSHOT/jersey-test-framework-provider-external-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [29/375] [INFO] from containers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jdk-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jdk-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/main/resources/org/glassfish/jersey/jdkhttp/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jdk-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jdk-http --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jdk-http --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/AbstractJdkHttpServerTester.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/src/test/java/org/glassfish/jersey/jdkhttp/JdkHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jdk-http --- [INFO] Reserved port 36923 for jersey.config.test.container.port [INFO] Reserved port 37547 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpPackageTest Jan 07, 2024 2:29:30 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:29:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:30 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:36923/ Jan 07, 2024 2:29:33 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.787 s -- in org.glassfish.jersey.jdkhttp.JdkHttpPackageTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest Jan 07, 2024 2:29:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:33 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource 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.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:29:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:33 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest$Resource 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.jdkhttp.JdkHttpServerProviderTest$Resource will be ignored. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.glassfish.jersey.jdkhttp.JdkHttpServerProviderTest [INFO] Running org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest Jan 07, 2024 2:29:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:33 AM 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. Jan 07, 2024 2:29:36 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.062 s -- in org.glassfish.jersey.jdkhttp.BasicJdkHttpServerTest [INFO] Running org.glassfish.jersey.jdkhttp.LifecycleListenerTest Jan 07, 2024 2:29:39 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:39 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:36923/ Jan 07, 2024 2:29:42 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:29:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:43 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester startServer INFO: jdk-http server started on base uri: http://localhost:36923/ Jan 07, 2024 2:29:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.jdkhttp.AbstractJdkHttpServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.166 s -- in org.glassfish.jersey.jdkhttp.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jdkhttp.JdkHttpsServerTest Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM 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. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM 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. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM 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. Jan 07, 2024 2:29:46 AM sun.net.httpserver.ServerImpl$Exchange run WARNING: SSL connection received. No https context created Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.jdkhttp.JdkHttpServerFactory createHttpServer WARNING: SSLContext is set, but http scheme was used instead of https. The SSLContext will be ignored. Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.glassfish.jersey.jdkhttp.JdkHttpsServerTest [INFO] Running org.glassfish.jersey.jdkhttp.RuntimeDelegateTest Jan 07, 2024 2:29:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.glassfish.jersey.jdkhttp.RuntimeDelegateTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/bom.xml [INFO] attaching as jersey-container-jdk-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/bom.json [INFO] attaching as jersey-container-jdk-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jdk-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/4.0.99-SNAPSHOT/jersey-container-jdk-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/4.0.99-SNAPSHOT/jersey-container-jdk-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/4.0.99-SNAPSHOT/jersey-container-jdk-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/4.0.99-SNAPSHOT/jersey-container-jdk-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jdk-http/target/jersey-container-jdk-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jdk-http/4.0.99-SNAPSHOT/jersey-container-jdk-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [30/375] [INFO] from test-framework/providers/jdk-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jdk-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jdk-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jdk-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jdk-http --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jdk-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jdk-http --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jdk-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jdk-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jdk-http --- [INFO] Reserved port 37621 for jersey.config.test.container.port [INFO] Reserved port 41891 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jdk-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest Jan 07, 2024 2:29:48 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 2:29:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:29:48 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer start INFO: Started JdkHttpServerTestContainer at the base URI http://localhost:38175/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.706 s -- in org.glassfish.jersey.test.jdkhttp.AvailablePortJdkHttpServerTest [INFO] Running org.glassfish.jersey.test.jdkhttp.JdkHttpServerContainerTest Jan 07, 2024 2:29:52 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:37621/ Jan 07, 2024 2:29:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.067 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] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jdk-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 24 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/bom.xml [INFO] attaching as jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/bom.json [INFO] attaching as jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jdk-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jdk-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/4.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/4.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/4.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/4.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jdk-http/target/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jdk-http/4.0.99-SNAPSHOT/jersey-test-framework-provider-jdk-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [31/375] [INFO] from containers/simple-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-simple-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-simple-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-simple-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-simple-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-simple-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-simple-http --- [INFO] Resources: [INFO] org/glassfish/jersey/simple/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/main/resources/org/glassfish/jersey/simple/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-simple-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-simple-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-simple-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-simple-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-simple-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/AbstractSimpleServerTester.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/src/test/java/org/glassfish/jersey/simple/SimpleHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-simple-http --- [INFO] Reserved port 45325 for jersey.config.test.container.port [INFO] Reserved port 40915 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-simple-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.simple.LifecycleListenerTest Jan 07, 2024 2:29:57 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:29:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:29:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:57 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.833 s -- in org.glassfish.jersey.simple.LifecycleListenerTest [INFO] Running org.glassfish.jersey.simple.OptionsTest Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.OptionsTest$UserResource cannot be instantiated and will be ignored. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.simple.OptionsTest [INFO] Running org.glassfish.jersey.simple.ExceptionTest Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.simple.ExceptionTest [INFO] Running org.glassfish.jersey.simple.AsyncTest Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:29:58 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:30:03 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:30:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:03 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:30:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.189 s -- in org.glassfish.jersey.simple.AsyncTest [INFO] Running org.glassfish.jersey.simple.ParallelTest Jan 07, 2024 2:30:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServer INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:30:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.glassfish.jersey.simple.ParallelTest [INFO] Running org.glassfish.jersey.simple.TraceTest Jan 07, 2024 2:30:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:06 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Jan 07, 2024 2:30:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:30:06 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. Jan 07, 2024 2:30:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:07 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class class org.glassfish.jersey.simple.TraceTest$UserResource cannot be instantiated and will be ignored. Jan 07, 2024 2:30:07 AM org.glassfish.jersey.simple.AbstractSimpleServerTester startServerNoLoggingFilter INFO: Simple-http server started on base uri: http://localhost:45325/ Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[closed] (ActionDistributor: Thread-231): EXECUTE_ACTION -> 16 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-231): ACCEPT Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 146 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ_HEADER Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 0 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): HEADER_FINISHED -> OPTIONS /users HTTP/1.1 User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Accept: */* Connection: keep-alive Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): READ -> 0 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-234): REQUEST_READY Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): DISPATCH_REQUEST Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE_HEADER -> HTTP/1.1 404 Not Found Content-Length: 0 Connection: keep-alive Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE_BUFFER -> 69 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): WRITE -> 69 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): RESPONSE_FINISHED Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestDispatcher: Thread-235): DISPATCH_FINISHED Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-236): READ -> 0 Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (Worker: RequestReader: Thread-236): READ_WAIT Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): SELECT Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): REGISTER_READ_INTEREST Jan 07, 2024 2:30:07 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[closed] (ActionDistributor: Thread-229): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 0 sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:45325] (ActionDistributor: Thread-241): EXECUTE_ACTION -> 16 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-241): ACCEPT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:08 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:09 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:10 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:11 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-254): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-256): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-257): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-258): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-253): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-255): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-259): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-244): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-245): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-246): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-247): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-248): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-249): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): READ_INTEREST_READY -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): EXECUTE_ACTION -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 155 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ_HEADER Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): HEADER_FINISHED -> OPTIONS /helloworld HTTP/1.1 Accept: foo/bar User-Agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Host: localhost:45325 Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-250): REQUEST_READY Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_REQUEST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_HEADER -> HTTP/1.1 200 OK Content-Length: 0 Allow: HEAD,GET,OPTIONS Content-Type: foo/bar Connection: keep-alive Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE_BUFFER -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): WRITE -> 110 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): RESPONSE_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestDispatcher: Thread-251): DISPATCH_FINISHED Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ -> 0 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (Worker: RequestReader: Thread-252): READ_WAIT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): SELECT Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_READ_INTEREST Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.util.ExtendedLogger info INFO: 1 java.nio.channels.SocketChannel[connected local=/127.0.0.1:45325 remote=/127.0.0.1:45794] (ActionDistributor: Thread-239): REGISTER_INTEREST -> 1 Jan 07, 2024 2:30:12 AM org.glassfish.jersey.simple.AbstractSimpleServerTester stopServer INFO: Simple-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.323 s -- in org.glassfish.jersey.simple.TraceTest [INFO] Running org.glassfish.jersey.simple.SimpleHttpServerProviderTest Jan 07, 2024 2:30:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource 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.simple.SimpleHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:30:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.simple.SimpleHttpServerProviderTest$Resource 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.simple.SimpleHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:30:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.glassfish.jersey.simple.SimpleHttpServerProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/jersey-container-simple-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-simple-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/bom.xml [INFO] attaching as jersey-container-simple-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/bom.json [INFO] attaching as jersey-container-simple-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-simple-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/jersey-container-simple-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-simple-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/jersey-container-simple-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-simple-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/4.0.99-SNAPSHOT/jersey-container-simple-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/jersey-container-simple-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/4.0.99-SNAPSHOT/jersey-container-simple-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/4.0.99-SNAPSHOT/jersey-container-simple-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/4.0.99-SNAPSHOT/jersey-container-simple-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/simple-http/target/jersey-container-simple-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-simple-http/4.0.99-SNAPSHOT/jersey-container-simple-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [32/375] [INFO] from test-framework/providers/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-simple --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-simple --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-simple --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-simple --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-simple --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-simple --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-simple --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-simple --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-simple --- [INFO] Reserved port 39281 for jersey.config.test.container.port [INFO] Reserved port 42341 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-simple --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.simple.SimpleContainerTest Jan 07, 2024 2:30:15 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:39281/ Jan 07, 2024 2:30:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 s -- in org.glassfish.jersey.test.simple.SimpleContainerTest [INFO] Running org.glassfish.jersey.test.simple.AvailablePortSimpleTest Jan 07, 2024 2:30:16 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:0/ Jan 07, 2024 2:30:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:16 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer start INFO: Started SimpleTestContainer at the base URI http://localhost:46627/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.test.simple.AvailablePortSimpleTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-simple --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 27 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/bom.xml [INFO] attaching as jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/bom.json [INFO] attaching as jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-simple --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/4.0.99-SNAPSHOT/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/4.0.99-SNAPSHOT/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/4.0.99-SNAPSHOT/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/4.0.99-SNAPSHOT/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/simple/target/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-simple/4.0.99-SNAPSHOT/jersey-test-framework-provider-simple-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-simple --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-netty-connector >------- [INFO] Building jersey-connectors-netty 4.0.99-SNAPSHOT [33/375] [INFO] from connectors/netty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-netty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-netty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-netty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-netty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-netty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-netty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/netty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/resources/org/glassfish/jersey/netty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-netty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-netty-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-netty-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/main/java/org/glassfish/jersey/netty/connector/NettyConnector.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-netty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-netty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-netty-connector --- [INFO] Reserved port 35535 for jersey.config.test.container.port [INFO] Reserved port 35481 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-netty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.netty.connector.ParallelTest Jan 07, 2024 2:30:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:19 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.238 s -- in org.glassfish.jersey.netty.connector.ParallelTest [INFO] Running org.glassfish.jersey.netty.connector.TraceSupportTest Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s -- in org.glassfish.jersey.netty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.netty.connector.HttpHeadersTest Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.netty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.ConnectionExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.jersey.netty.connector.ConnectionExceptionTest [INFO] Running org.glassfish.jersey.netty.connector.HugeEntityTest Jan 07, 2024 2:30:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:30:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:30:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.28 s -- in org.glassfish.jersey.netty.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.netty.connector.AsyncTest Jan 07, 2024 2:30:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:30:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Jan 07, 2024 2:30:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Jan 07, 2024 2:30:42 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Jan 07, 2024 2:30:43 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:30:43 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:30:43 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:30:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:30:43 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.122 s -- in org.glassfish.jersey.netty.connector.AsyncTest [INFO] Running org.glassfish.jersey.netty.connector.NoEntityTest Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s -- in org.glassfish.jersey.netty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.netty.connector.RedirectHeadersTest Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 s -- in org.glassfish.jersey.netty.connector.RedirectHeadersTest [INFO] Running org.glassfish.jersey.netty.connector.FollowRedirectsTest Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.glassfish.jersey.netty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.netty.connector.BufferedTest Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.jersey.netty.connector.BufferedTest [INFO] Running org.glassfish.jersey.netty.connector.MethodTest Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s -- in org.glassfish.jersey.netty.connector.MethodTest [INFO] Running org.glassfish.jersey.netty.connector.TimeoutTest Jan 07, 2024 2:30:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:30:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:30:48 AM org.glassfish.jersey.netty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-1 Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:30:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.150 s -- in org.glassfish.jersey.netty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.netty.connector.HelloWorldTest Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:30:50 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Jan 07, 2024 2:30:50 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:30:50 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Jan 07, 2024 2:30:50 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:30:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 43 Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.preFilter called Jan 07, 2024 2:30:51 AM org.glassfish.jersey.netty.connector.CustomLoggingFilter filter INFO: CustomLoggingFilter.postFilter called Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35535/ Jan 07, 2024 2:30:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35535] Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:30:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35535] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s -- in org.glassfish.jersey.netty.connector.HelloWorldTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-netty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 40 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/bom.xml [INFO] attaching as jersey-netty-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/bom.json [INFO] attaching as jersey-netty-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-netty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-netty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-netty-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/4.0.99-SNAPSHOT/jersey-netty-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/4.0.99-SNAPSHOT/jersey-netty-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/4.0.99-SNAPSHOT/jersey-netty-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/4.0.99-SNAPSHOT/jersey-netty-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/netty-connector/target/jersey-netty-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-netty-connector/4.0.99-SNAPSHOT/jersey-netty-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-netty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-netty-http >----- [INFO] Building jersey-container-netty-http 4.0.99-SNAPSHOT [34/375] [INFO] from containers/netty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-netty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-netty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-netty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-netty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-netty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-netty-http --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-netty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-netty-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-netty-http --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerInitializer.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/main/java/org/glassfish/jersey/netty/httpserver/JerseyServerHandler.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-netty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-netty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/src/test/java/org/glassfish/jersey/netty/httpserver/NettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-netty-http --- [INFO] Reserved port 43847 for jersey.config.test.container.port [INFO] Reserved port 40239 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-netty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest Jan 07, 2024 2:30:55 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:30:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:55 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource 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.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:30:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:30:55 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest$Resource 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.netty.httpserver.NettyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:30:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.080 s -- in org.glassfish.jersey.netty.httpserver.NettyHttpServerProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-netty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/bom.xml [INFO] attaching as jersey-container-netty-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/bom.json [INFO] attaching as jersey-container-netty-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-netty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-netty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-netty-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/4.0.99-SNAPSHOT/jersey-container-netty-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/4.0.99-SNAPSHOT/jersey-container-netty-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/4.0.99-SNAPSHOT/jersey-container-netty-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/4.0.99-SNAPSHOT/jersey-container-netty-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/netty-http/target/jersey-container-netty-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-netty-http/4.0.99-SNAPSHOT/jersey-container-netty-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [35/375] [INFO] from test-framework/providers/netty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-netty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-netty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-netty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-netty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-netty --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-netty --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-netty --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-netty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-netty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-netty --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-netty --- [INFO] Reserved port 39375 for jersey.config.test.container.port [INFO] Reserved port 38117 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-netty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-netty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 59 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/bom.xml [INFO] attaching as jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/bom.json [INFO] attaching as jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-netty --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-netty --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/4.0.99-SNAPSHOT/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/4.0.99-SNAPSHOT/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/4.0.99-SNAPSHOT/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/4.0.99-SNAPSHOT/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/netty/target/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-netty/4.0.99-SNAPSHOT/jersey-test-framework-provider-netty-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-netty --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http >----- [INFO] Building jersey-container-jetty-http 4.0.99-SNAPSHOT [36/375] [INFO] from containers/jetty-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http --- [INFO] Copying 3 resources from src/main/resources to target17/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target17/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/AbstractJettyServerTester.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http --- [INFO] Reserved port 38235 for jersey.config.test.container.port [INFO] Reserved port 39135 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jetty.AsyncTest Jan 07, 2024 2:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:01 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:06 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:06 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:09 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.233 s -- in org.glassfish.jersey.jetty.AsyncTest [INFO] Running org.glassfish.jersey.jetty.ExceptionTest Jan 07, 2024 2:31:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:09 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s -- in org.glassfish.jersey.jetty.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest Jan 07, 2024 2:31:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:38235/ Jan 07, 2024 2:31:10 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.jersey.jetty.OptionsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/jersey-container-jetty-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/bom.xml [INFO] attaching as jersey-container-jetty-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/bom.json [INFO] attaching as jersey-container-jetty-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/jersey-container-jetty-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/jersey-container-jetty-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/4.0.99-SNAPSHOT/jersey-container-jetty-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/jersey-container-jetty-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/4.0.99-SNAPSHOT/jersey-container-jetty-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/4.0.99-SNAPSHOT/jersey-container-jetty-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/4.0.99-SNAPSHOT/jersey-container-jetty-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http/target17/jersey-container-jetty-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http/4.0.99-SNAPSHOT/jersey-container-jetty-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [37/375] [INFO] from test-framework/providers/jetty/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from ../../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty --- [INFO] Copying 2 resources from src/main/resources to target17/classes [INFO] Copying 2 resources from target17/legal to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target17/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty --- [INFO] Reserved port 40155 for jersey.config.test.container.port [INFO] Reserved port 43579 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jetty.JettyContainerTest Jan 07, 2024 2:31:13 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:40155/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:31:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:40155/ Jan 07, 2024 2:31:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.962 s -- in org.glassfish.jersey.test.jetty.JettyContainerTest [INFO] Running org.glassfish.jersey.test.jetty.AvailablePortJettyTest Jan 07, 2024 2:31:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 2:31:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:14 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer start INFO: Started JettyTestContainer at the base URI http://localhost:41637/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 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] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty/target17/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle >-- [INFO] Building jersey-test-framework-provider-bundle 4.0.99-SNAPSHOT [38/375] [INFO] from test-framework/providers/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-bundle --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-bundle --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-bundle --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-bundle --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-bundle --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-bundle --- [INFO] Reserved port 41659 for jersey.config.test.container.port [INFO] Reserved port 34991 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-bundle --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 85 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/target/bom.xml [INFO] attaching as jersey-test-framework-provider-bundle-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/target/bom.json [INFO] attaching as jersey-test-framework-provider-bundle-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-bundle --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/4.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/4.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-bundle/4.0.99-SNAPSHOT/jersey-test-framework-provider-bundle-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-bundle --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-grizzly-connector >------ [INFO] Building jersey-connectors-grizzly 4.0.99-SNAPSHOT [39/375] [INFO] from connectors/grizzly-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-grizzly-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-grizzly-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-grizzly-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-grizzly-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-grizzly-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-grizzly-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/grizzly/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-grizzly-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-grizzly-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-grizzly-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-grizzly-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-grizzly-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/src/test/java/org/glassfish/jersey/grizzly/connector/CustomizersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-grizzly-connector --- [INFO] Reserved port 33309 for jersey.config.test.container.port [INFO] Reserved port 44729 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-grizzly-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.grizzly.connector.NoEntityTest Jan 07, 2024 2:31:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:20 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.403 s -- in org.glassfish.jersey.grizzly.connector.NoEntityTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpHeadersTest Jan 07, 2024 2:31:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.grizzly.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.grizzly.connector.HttpMethodTest Jan 07, 2024 2:31:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.170 s -- in org.glassfish.jersey.grizzly.connector.HttpMethodTest [INFO] Running org.glassfish.jersey.grizzly.connector.AsyncTest Jan 07, 2024 2:31:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:31:21 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-0 Jan 07, 2024 2:31:21 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-1 Jan 07, 2024 2:31:21 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-2 Jan 07, 2024 2:31:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:31:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:31:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:31:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:31:22 AM org.glassfish.jersey.grizzly.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.142 s -- in org.glassfish.jersey.grizzly.connector.AsyncTest [INFO] Running org.glassfish.jersey.grizzly.connector.CustomizersTest Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.grizzly.connector.CustomizersTest [INFO] Running org.glassfish.jersey.grizzly.connector.FollowRedirectsTest Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.grizzly.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.grizzly.connector.ParallelTest Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.jersey.grizzly.connector.ParallelTest [INFO] Running org.glassfish.jersey.grizzly.connector.TimeoutTest Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.598 s -- in org.glassfish.jersey.grizzly.connector.TimeoutTest [INFO] Running org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.jersey.grizzly.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.grizzly.connector.TraceSupportTest Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:33309/ Jan 07, 2024 2:31:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33309] Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:31:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33309] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.glassfish.jersey.grizzly.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/jersey-grizzly-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-grizzly-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/bom.xml [INFO] attaching as jersey-grizzly-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/bom.json [INFO] attaching as jersey-grizzly-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-grizzly-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/jersey-grizzly-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-grizzly-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/4.0.99-SNAPSHOT/jersey-grizzly-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/jersey-grizzly-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/4.0.99-SNAPSHOT/jersey-grizzly-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/4.0.99-SNAPSHOT/jersey-grizzly-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/4.0.99-SNAPSHOT/jersey-grizzly-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/grizzly-connector/target/jersey-grizzly-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-grizzly-connector/4.0.99-SNAPSHOT/jersey-grizzly-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-grizzly-connector --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-sse >------------- [INFO] Building jersey-media-sse 4.0.99-SNAPSHOT [40/375] [INFO] from media/sse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-sse --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-sse --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-sse --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-sse --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-sse --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-sse --- [INFO] Resources: [INFO] org/glassfish/jersey/media/sse/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/resources/org/glassfish/jersey/media/sse/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-sse --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-sse --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-sse --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/main/java/org/glassfish/jersey/media/sse/internal/EventProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-sse --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-sse --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-sse --- [INFO] Reserved port 34023 for jersey.config.test.container.port [INFO] Reserved port 35051 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-sse --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 s -- in org.glassfish.jersey.media.sse.InboundEventReaderTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseySseEventSourceTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.jersey.media.sse.internal.JerseySseBroadcasterTest [INFO] Running org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.media.sse.internal.JerseyEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkTest Jan 07, 2024 2:31:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] 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. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 s -- in org.glassfish.jersey.media.sse.SseEventSinkTest [INFO] Running org.glassfish.jersey.media.sse.EmptyEventsTest Jan 07, 2024 2:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] Jan 07, 2024 2:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] Jan 07, 2024 2:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:31:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.290 s -- in org.glassfish.jersey.media.sse.EmptyEventsTest [INFO] Running org.glassfish.jersey.media.sse.ClientCloseTest Jan 07, 2024 2:31:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. 0: NOK 1: NOK 2: NOK 3: NOK 4: NOK 5: NOK 6: NOK 7: NOK 8: NOK 9: NOK Jan 07, 2024 2:31:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.136 s -- in org.glassfish.jersey.media.sse.ClientCloseTest [INFO] Running org.glassfish.jersey.media.sse.SseEventSinkCloseTest Jan 07, 2024 2:31:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:37 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:31:37 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Jan 07, 2024 2:31:37 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Jan 07, 2024 2:31:37 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Jan 07, 2024 2:31:37 AM org.glassfish.jersey.media.sse.SseEventSinkCloseTest lambda$testClose$1 INFO: Still alive Jan 07, 2024 2:31:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.987 s -- in org.glassfish.jersey.media.sse.SseEventSinkCloseTest [INFO] Running org.glassfish.jersey.media.sse.EventSourceTest Jan 07, 2024 2:31:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34023/ Jan 07, 2024 2:31:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34023] Jan 07, 2024 2:31:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:31:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34023] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.051 s -- in org.glassfish.jersey.media.sse.EventSourceTest [INFO] Running org.glassfish.jersey.media.sse.OutboundEventTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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] --- jar:3.3.0:jar (default-jar) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-sse --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/bom.xml [INFO] attaching as jersey-media-sse-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/bom.json [INFO] attaching as jersey-media-sse-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-sse --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-sse --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-sse:jar:4.0.99-SNAPSHOT : Export org.glassfish.jersey.media.sse, has 1, private references [org.glassfish.jersey.media.sse.internal] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-sse --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/4.0.99-SNAPSHOT/jersey-media-sse-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/4.0.99-SNAPSHOT/jersey-media-sse-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/4.0.99-SNAPSHOT/jersey-media-sse-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/4.0.99-SNAPSHOT/jersey-media-sse-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target/jersey-media-sse-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-sse/4.0.99-SNAPSHOT/jersey-media-sse-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-sse --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-helidon-connector >------ [INFO] Building jersey-connectors-helidon 4.0.99-SNAPSHOT [41/375] [INFO] from connectors/helidon-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-helidon-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-helidon-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-helidon-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-helidon-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-helidon-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-helidon-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/helidon/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/main/resources/org/glassfish/jersey/helidon/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-helidon-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-helidon-connector --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-helidon-connector --- [INFO] Copying 1 resource from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-helidon-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-helidon-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target17/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/src/test/java/org/glassfish/jersey/helidon/connector/BasicHelidonConnectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-helidon-connector --- [INFO] Reserved port 42731 for jersey.config.test.container.port [INFO] Reserved port 43899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-helidon-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.helidon.connector.MetaInfOverrideTest Jan 07, 2024 2:31:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:31:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 s -- in org.glassfish.jersey.helidon.connector.MetaInfOverrideTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.SseTest Jan 07, 2024 2:31:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:31:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. INIT Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 s -- in org.glassfish.jersey.helidon.connector.sse.SseTest [INFO] Running org.glassfish.jersey.helidon.connector.sse.EventOutputTest Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.glassfish.jersey.helidon.connector.sse.EventOutputTest [INFO] Running org.glassfish.jersey.helidon.connector.ParallelTest Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.helidon.connector.ParallelTest [INFO] Running org.glassfish.jersey.helidon.connector.TimeoutTest Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:31:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:31:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.glassfish.jersey.helidon.connector.TimeoutTest [INFO] Running org.glassfish.jersey.helidon.connector.FollowRedirectsTest Jan 07, 2024 2:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.helidon.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.helidon.connector.AsyncTest Jan 07, 2024 2:32:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:01 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:32:01 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 100 on thread grizzly-http-server-0 Jan 07, 2024 2:32:01 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 200 on thread grizzly-http-server-1 Jan 07, 2024 2:32:01 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 300 on thread grizzly-http-server-2 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-200 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-300 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-100 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-3 Jan 07, 2024 2:32:02 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Jan 07, 2024 2:32:03 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:32:03 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:32:03 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:32:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:32:03 AM org.glassfish.jersey.helidon.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:32:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.123 s -- in org.glassfish.jersey.helidon.connector.AsyncTest [INFO] Running org.glassfish.jersey.helidon.connector.LargeDataTest Jan 07, 2024 2:32:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Large Data Test took 923milis Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.950 s -- in org.glassfish.jersey.helidon.connector.LargeDataTest [INFO] Running org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42731/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) OPTIONS Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 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 Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:06 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42731/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) OPTIONS Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 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 Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > POST http://localhost:42731/basic/post 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain okok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/z-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/x-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 406 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: test/x-test 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > OPTIONS http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 7 1 > content-type: text/plain 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) OPTIONS Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 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 Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/async/reset 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 204 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > GET http://localhost:42731/async/long 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server has received a request on thread grizzly-http-server-2 3 > GET http://localhost:42731/async/short 3 > accept-encoding: gzip 3 > connection: keep-alive 3 > host: localhost:42731 3 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 3 * Server responded with a response on thread grizzly-http-server-2 3 < 200 3 < Content-Type: text/plain short Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: text/plain long Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > PUT http://localhost:42731/basic/produces/consumes 1 > accept: test/y-test 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > content-length: 2 1 > content-type: test/z-test 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 415 Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server has received a request on thread grizzly-http-server-1 2 > PUT http://localhost:42731/basic/produces/consumes 2 > accept: test/y-test 2 > accept-encoding: gzip 2 > connection: keep-alive 2 > content-length: 2 2 > content-type: */* 2 > host: localhost:42731 2 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) ok Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 2 * Server responded with a response on thread grizzly-http-server-1 2 < 200 2 < Content-Type: test/y-test Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/headers 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) 1 > x-test-one: ONE 1 > x-test-three: THREE 1 > x-test-two: TWO Jan 07, 2024 2:32:07 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain 1 < x-test-one: ONE 1 < x-test-three: THREE 1 < x-test-two: TWO ok Jan 07, 2024 2:32:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:32:08 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/get 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:08 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain ok Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] Jan 07, 2024 2:32:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42731/ Jan 07, 2024 2:32:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42731] Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:32:08 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:42731/basic/getquery?first=hello&second=world 1 > accept-encoding: gzip 1 > connection: keep-alive 1 > host: localhost:42731 1 > user-agent: Jersey/4.0.99-SNAPSHOT (Helidon/3.0.2 (java org.glassfish.jersey.internal.util.PropertiesHelper$2@6e42a413)) Jan 07, 2024 2:32:08 AM org.glassfish.jersey.logging.LoggingInterceptor log WARNING: 1 * Server responded with a response on thread grizzly-http-server-0 1 < 200 1 < Content-Type: text/plain helloworld Jan 07, 2024 2:32:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42731] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 s -- in org.glassfish.jersey.helidon.connector.BasicHelidonConnectorTest [INFO] Running org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.helidon.connector.HelidonPropertiesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-helidon-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 38 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/bom.xml [INFO] attaching as jersey-helidon-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/bom.json [INFO] attaching as jersey-helidon-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-helidon-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-helidon-connector --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-client:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target17/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.media:jersey-media-sse:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target17/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-client/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/grizzly2/target17/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/sse/target17/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-helidon-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/helidon-connector/target17/jersey-helidon-connector-4.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-helidon-connector/4.0.99-SNAPSHOT/jersey-helidon-connector-4.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-helidon-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jdk-connector >-------- [INFO] Building jersey-connectors-jdk 4.0.99-SNAPSHOT [42/375] [INFO] from connectors/jdk-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jdk-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jdk-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jdk-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jdk-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jdk-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jdk-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/resources/org/glassfish/jersey/jdk/connector/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jdk-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jdk-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jdk-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 39 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/TransportFilter.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/main/java/org/glassfish/jersey/jdk/connector/internal/HttpConnectionPool.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jdk-connector --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jdk-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/src/test/java/org/glassfish/jersey/jdk/connector/internal/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jdk-connector --- [INFO] Reserved port 36407 for jersey.config.test.container.port [INFO] Reserved port 33273 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jdk-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jdk.connector.internal.CookieTest Jan 07, 2024 2:33:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:33:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 s -- in org.glassfish.jersey.jdk.connector.internal.CookieTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyInputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ProxyTest Jan 07, 2024 2:33:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:06 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Jan 07, 2024 2:33:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:07 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8321] Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:33:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.446 s -- in org.glassfish.jersey.jdk.connector.internal.ProxyTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.RedirectTest Jan 07, 2024 2:33:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:33:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:33:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.828 s -- in org.glassfish.jersey.jdk.connector.internal.RedirectTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.012 s -- in org.glassfish.jersey.jdk.connector.internal.PublicSitesTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.854 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS12Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest Jan 07, 2024 2:33:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. #Received: message 1 #Received: message 2 Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. #Received: 1 #Received: 1 Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. #Received: 1 #Received: 2 Jan 07, 2024 2:33:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.204 s -- in org.glassfish.jersey.jdk.connector.internal.ConnectionPoolTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.EntityWriteTest Jan 07, 2024 2:33:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s -- in org.glassfish.jersey.jdk.connector.internal.EntityWriteTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.AsynchronousBodyOutputStreamTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 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.061 s -- in org.glassfish.jersey.jdk.connector.internal.ChunkedBodyOutputStreamTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpParserTest [WARNING] Tests run: 25, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.148 s -- in org.glassfish.jersey.jdk.connector.internal.HttpParserTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest Jan 07, 2024 2:33:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:21 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:33:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.450 s -- in org.glassfish.jersey.jdk.connector.internal.ModifyHeaderInBodyWriterTest [INFO] Running org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test === SSLHandshakeException (certificate_unknown) on the server expected === [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.955 s -- in org.glassfish.jersey.jdk.connector.internal.SslFilterTLS13Test [INFO] Running org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Jan 07, 2024 2:33:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68be48bc] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68be48bc] state change: CONNECTING -> CONNECT_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68be48bc] state change: CONNECT_TIMEOUT -> CLOSED Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: RECEIVED -> IDLE Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@5bf6cdf7] state change: CLOSED_BY_SERVER -> CLOSED Jan 07, 2024 2:33:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@42957753] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@42957753] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@42957753] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@42957753] state change: SENDING_REQUEST -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@42957753] state change: ERROR -> CLOSED Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: RECEIVING_HEADER -> RESPONSE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@68009e1e] state change: RESPONSE_TIMEOUT -> CLOSED Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: IDLE -> IDLE_TIMEOUT Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@18ac29] state change: IDLE_TIMEOUT -> CLOSED Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVING_HEADER -> RECEIVING_BODY Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVING_BODY -> RECEIVED Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: RECEIVED -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: IDLE -> CLOSED_BY_SERVER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@1391387e] state change: CLOSED_BY_SERVER -> CLOSED Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: CREATED -> CONNECTING Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: CONNECTING -> IDLE Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: IDLE -> SENDING_REQUEST Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: SENDING_REQUEST -> RECEIVING_HEADER Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: RECEIVING_HEADER -> ERROR Connection [org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest$4@41f31bd5] state change: ERROR -> CLOSED Jan 07, 2024 2:33:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_6,6,117518381) has been shut down at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:738) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.lambda$service$0(GrizzlyHttpContainer.java:365) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.921 s -- in org.glassfish.jersey.jdk.connector.internal.HttpConnectionTest Jan 07, 2024 2:33:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Running org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest Jan 07, 2024 2:33:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.934 s -- in org.glassfish.jersey.jdk.connector.internal.MultiValueHeaderTest [INFO] Running org.glassfish.jersey.jdk.connector.HttpMethodTest Jan 07, 2024 2:33:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] Jan 07, 2024 2:33:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36407/ Jan 07, 2024 2:33:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36407] Jan 07, 2024 2:33:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36407] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s -- in org.glassfish.jersey.jdk.connector.HttpMethodTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 9 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jdk-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/bom.xml [INFO] attaching as jersey-jdk-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/bom.json [INFO] attaching as jersey-jdk-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jdk-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jdk-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jdk-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/4.0.99-SNAPSHOT/jersey-jdk-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/4.0.99-SNAPSHOT/jersey-jdk-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/4.0.99-SNAPSHOT/jersey-jdk-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/4.0.99-SNAPSHOT/jersey-jdk-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jdk-connector/target/jersey-jdk-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jdk-connector/4.0.99-SNAPSHOT/jersey-jdk-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jdk-connector --- [INFO] [INFO] ------------------< org.glassfish.jersey.ext:project >------------------ [INFO] Building jersey-extensions 4.0.99-SNAPSHOT [43/375] [INFO] from ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34429 for jersey.config.test.container.port [INFO] Reserved port 39475 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-entity-filtering >---------- [INFO] Building jersey-ext-entity-filtering 4.0.99-SNAPSHOT [44/375] [INFO] from ext/entity-filtering/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-entity-filtering --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-entity-filtering --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-entity-filtering --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-entity-filtering --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-entity-filtering --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-entity-filtering --- [INFO] Resources: [INFO] org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/resources/org/glassfish/jersey/message/filtering/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-entity-filtering --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-entity-filtering --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-entity-filtering --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityInspectorImpl.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/main/java/org/glassfish/jersey/message/filtering/EntityFilteringHelper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-entity-filtering --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-entity-filtering --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-entity-filtering --- [INFO] Reserved port 34159 for jersey.config.test.container.port [INFO] Reserved port 46131 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-entity-filtering --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.glassfish.jersey.message.filtering.SecurityEntityProcessorTest [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.SecurityHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.jersey.message.filtering.SecurityHelperTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-entity-filtering --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/bom.xml [INFO] attaching as jersey-entity-filtering-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/bom.json [INFO] attaching as jersey-entity-filtering-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-entity-filtering --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-entity-filtering --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-entity-filtering --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/4.0.99-SNAPSHOT/jersey-entity-filtering-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/4.0.99-SNAPSHOT/jersey-entity-filtering-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/4.0.99-SNAPSHOT/jersey-entity-filtering-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/4.0.99-SNAPSHOT/jersey-entity-filtering-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/entity-filtering/target/jersey-entity-filtering-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/4.0.99-SNAPSHOT/jersey-entity-filtering-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-entity-filtering --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-jackson >-------- [INFO] Building jersey-media-json-jackson 4.0.99-SNAPSHOT [45/375] [INFO] from media/json-jackson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jackson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jackson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jackson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jackson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jackson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jackson --- [INFO] Resources: [INFO] org/glassfish/jersey/jackson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jackson --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jackson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jackson --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonMapperConfigurator.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/jackson/jaxrs/json/JsonMapperConfigurator.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/FilteringJacksonJaxbJsonProvider.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonMapperConfigurator.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/main/java/org/glassfish/jersey/jackson/internal/JacksonObjectProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jackson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jackson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jackson --- [INFO] Reserved port 39719 for jersey.config.test.container.port [INFO] Reserved port 34495 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jackson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest Jan 07, 2024 2:33:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 s -- in org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest Jan 07, 2024 2:33:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:33:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForEnabledModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest Jan 07, 2024 2:33:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.jackson.internal.JacksonJaxb2JsonProviderTest [INFO] Running org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in org.glassfish.jersey.jackson.internal.StreamReadConstrainsTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForBothModulesTest [INFO] Running org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest Jan 07, 2024 2:33:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39719/ Jan 07, 2024 2:33:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39719] Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:33:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39719] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.jackson.internal.DefaultJsonJacksonProviderForDisabledModulesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jackson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/bom.xml [INFO] attaching as jersey-media-json-jackson-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/bom.json [INFO] attaching as jersey-media-json-jackson-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jackson --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jackson --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jackson --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/4.0.99-SNAPSHOT/jersey-media-json-jackson-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/4.0.99-SNAPSHOT/jersey-media-json-jackson-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/4.0.99-SNAPSHOT/jersey-media-json-jackson-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/4.0.99-SNAPSHOT/jersey-media-json-jackson-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jackson/target/jersey-media-json-jackson-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/4.0.99-SNAPSHOT/jersey-media-json-jackson-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-jackson --- [INFO] [INFO] -------< org.glassfish.jersey.connectors:jersey-jetty-connector >------- [INFO] Building jersey-connectors-jetty 4.0.99-SNAPSHOT [46/375] [INFO] from connectors/jetty-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-connector --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-connector --- [INFO] Copying 1 resource from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target17/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target17/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/main/java17/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 17] to target17/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-connector --- [INFO] Reserved port 33303 for jersey.config.test.container.port [INFO] Reserved port 45639 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Jan 07, 2024 2:33:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:33:48 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:33:48 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.EntityTest Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.glassfish.jersey.jetty.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:49 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s -- in org.glassfish.jersey.jetty.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:33:50 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 39 Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.852 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:424) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:117) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:254) at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:368) at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.process(HttpConnection.java:851) at org.eclipse.jetty.util.IteratingCallback.processing(IteratingCallback.java:250) at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:231) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1416) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1215) at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:381) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357) at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:167) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:237) at java.base/java.io.Writer.write(Writer.java:278) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249) 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) ... 27 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.writev0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:66) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:227) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:158) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:574) at java.base/java.nio.channels.SocketChannel.write(SocketChannel.java:660) at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:111) ... 56 more Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:51 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:52 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.glassfish.jersey.jetty.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Jan 07, 2024 2:33:53 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:53 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:55 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:424) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:751) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1415) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1215) at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:405) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:410) at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) 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) ... 27 more Jan 07, 2024 2:33:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:55 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:57 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:424) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:751) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1415) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1215) at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:405) at java.base/sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:410) at java.base/sun.nio.cs.StreamEncoder.lockedFlush(StreamEncoder.java:214) at java.base/sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:201) at java.base/java.io.OutputStreamWriter.flush(OutputStreamWriter.java:262) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:250) 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) ... 27 more Jan 07, 2024 2:33:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:57 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:424) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:751) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1415) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1215) at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53) at java.base/java.io.OutputStream.write(OutputStream.java:124) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:185) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:271) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:102) 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) ... 27 more Jan 07, 2024 2:33:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.server.internal.HttpConnection.onFillable(HttpConnection.java:424) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:322) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.server.internal.HttpConnection$SendCallback.reset(HttpConnection.java:751) at org.eclipse.jetty.server.internal.HttpConnection$HttpStreamOverHTTP1.send(HttpConnection.java:1415) at org.eclipse.jetty.server.internal.HttpChannelState$ChannelResponse.write(HttpChannelState.java:1215) at org.eclipse.jetty.io.content.ContentSinkOutputStream.write(ContentSinkOutputStream.java:53) at java.base/java.io.OutputStream.write(OutputStream.java:124) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:185) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:271) at org.glassfish.jersey.jetty.connector.TimeoutTest.lambda$streamSlowly$0(TimeoutTest.java:112) 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) ... 27 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.809 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest Jan 07, 2024 2:33:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:58 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-6 Jan 07, 2024 2:33:58 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-3 Jan 07, 2024 2:33:58 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-0 Jan 07, 2024 2:33:59 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:33:59 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:33:59 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:59 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-4 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s -- in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Jan 07, 2024 2:33:59 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.jetty.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ Jan 07, 2024 2:34:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:33303/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/jersey-jetty-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/bom.xml [INFO] attaching as jersey-jetty-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/bom.json [INFO] attaching as jersey-jetty-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/jersey-jetty-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/jersey-jetty-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/4.0.99-SNAPSHOT/jersey-jetty-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/jersey-jetty-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/4.0.99-SNAPSHOT/jersey-jetty-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/4.0.99-SNAPSHOT/jersey-jetty-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/4.0.99-SNAPSHOT/jersey-jetty-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-connector/target17/jersey-jetty-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-connector/4.0.99-SNAPSHOT/jersey-jetty-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-connector --- [INFO] [INFO] ----< org.glassfish.jersey.containers:jersey-container-jetty-http2 >---- [INFO] Building jersey-container-jetty-http2 4.0.99-SNAPSHOT [47/375] [INFO] from containers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-http2 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty-http2 --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/http2/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/main/resources/org/glassfish/jersey/jetty/http2/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target17/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target17/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/src/test/java/org/glassfish/jersey/jetty/http2/AbstractJettyServerTester.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-http2 --- [INFO] Reserved port 42033 for jersey.config.test.container.port [INFO] Reserved port 41931 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.http2.ExceptionTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:34:04 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:34:04 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.317 s -- in org.glassfish.jersey.jetty.http2.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.http2.AsyncTest Jan 07, 2024 2:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:05 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:10 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:10 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:13 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.234 s -- in org.glassfish.jersey.jetty.http2.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.LifecycleListenerTest Jan 07, 2024 2:34:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:13 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:13 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:34:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:14 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:14 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.glassfish.jersey.jetty.http2.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jetty.http2.OptionsTest Jan 07, 2024 2:34:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:34:14 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://10.40.62.143:42033/ Jan 07, 2024 2:34:14 AM org.glassfish.jersey.jetty.http2.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.jersey.jetty.http2.OptionsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/jersey-container-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/bom.xml [INFO] attaching as jersey-container-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/bom.json [INFO] attaching as jersey-container-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/jersey-container-jetty-http2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-http2 --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/jersey-container-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/4.0.99-SNAPSHOT/jersey-container-jetty-http2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/jersey-container-jetty-http2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/4.0.99-SNAPSHOT/jersey-container-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/4.0.99-SNAPSHOT/jersey-container-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/4.0.99-SNAPSHOT/jersey-container-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-http2/target17/jersey-container-jetty-http2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-http2/4.0.99-SNAPSHOT/jersey-container-jetty-http2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-http2 --- [INFO] [INFO] --< org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-jetty-http2 >-- [INFO] Building jersey-test-framework-provider-jetty-http2 4.0.99-SNAPSHOT [48/375] [INFO] from test-framework/providers/jetty-http2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from ../../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Copying 2 resources from src/main/resources to target17/classes [INFO] Copying 2 resources from target17/legal to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target17/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Reserved port 36119 for jersey.config.test.container.port [INFO] Reserved port 38537 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-provider-jetty-http2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.jetty.http2.JettyContainerTest Jan 07, 2024 2:34:17 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36119/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:34:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:34:18 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36119/ Jan 07, 2024 2:34:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:34:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:34:18 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:36119/ Jan 07, 2024 2:34:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:34:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 s -- in org.glassfish.jersey.test.jetty.http2.JettyContainerTest [INFO] Running org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest Jan 07, 2024 2:34:18 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:/ Jan 07, 2024 2:34:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:34:18 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer start INFO: Started JettyHttp2TestContainer at the base URI http://localhost:37777/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.test.jetty.http2.AvailablePortJettyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-provider-jetty-http2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/bom.xml [INFO] attaching as jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/bom.json [INFO] attaching as jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-provider-jetty-http2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/providers/jetty-http2/target17/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/providers/jersey-test-framework-provider-jetty-http2/4.0.99-SNAPSHOT/jersey-test-framework-provider-jetty-http2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-provider-jetty-http2 --- [INFO] [INFO] ----< org.glassfish.jersey.connectors:jersey-jetty-http2-connector >---- [INFO] Building jersey-connectors-jetty-http2 4.0.99-SNAPSHOT [49/375] [INFO] from connectors/jetty-http2-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty-http2-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty-http2-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty-http2-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty-http2-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty-http2-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/http2/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/main/resources/org/glassfish/jersey/jetty/http2/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty-http2-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty-http2-connector --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty-http2-connector --- [INFO] Copying 1 resource from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty-http2-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty-http2-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 17] to target17/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/src/test/java/org/glassfish/jersey/jetty/http2/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty-http2-connector --- [INFO] Reserved port 33997 for jersey.config.test.container.port [INFO] Reserved port 33259 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty-http2-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.http2.connector.NoEntityTest Jan 07, 2024 2:34:21 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:34:23 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:23 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:23 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s -- in org.glassfish.jersey.jetty.http2.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest Jan 07, 2024 2:34:23 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:24 AM 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: reset 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: reset at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:579) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) ... 4 more Suppressed: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:153) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) ... 26 more Jan 07, 2024 2:34:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 s -- in org.glassfish.jersey.jetty.http2.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ErrorTest Jan 07, 2024 2:34:24 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:24 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 2 java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor( implementation=org.glassfish.jersey.jetty.http2.connector.ErrorTest$ErrorResource contracts={org.glassfish.jersey.jetty.http2.connector.ErrorTest$ErrorResource} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=154 locatorId=16 identityHashCode=145045705 reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:24 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: ServiceLocatorImpl(__HK2_Generated_16,16,575594429) has been shut down at org.jvnet.hk2.internal.ServiceLocatorImpl.checkState(ServiceLocatorImpl.java:2399) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1430) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getAllServiceHolders(Providers.java:280) at org.glassfish.jersey.internal.ExceptionMapperFactory.lambda$createLazyExceptionMappers$1(ExceptionMapperFactory.java:178) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.internal.ExceptionMapperFactory.find(ExceptionMapperFactory.java:118) at org.glassfish.jersey.internal.ExceptionMapperFactory.findMapping(ExceptionMapperFactory.java:104) at org.glassfish.jersey.server.ServerRuntime$Responder.mapException(ServerRuntime.java:555) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:434) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: org.eclipse.jetty.util.StaticException: Unconsumed request content Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 2 java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:424) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:57) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor( implementation=org.glassfish.jersey.jetty.http2.connector.ErrorTest$ErrorResource contracts={org.glassfish.jersey.jetty.http2.connector.ErrorTest$ErrorResource} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=154 locatorId=20 identityHashCode=975894920 reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 2 java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:424) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:57) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor( implementation=org.glassfish.jersey.server.internal.process.RequestProcessingContextReference contracts={org.glassfish.jersey.server.internal.process.RequestProcessingContextReference} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=CLASS descriptorVisibility=NORMAL metadata= rank=0 loader=null proxiable=null proxyForSameScope=null analysisName=null id=32 locatorId=20 identityHashCode=1247450279 reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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.server.ApplicationHandler.lambda$initialize$4(ApplicationHandler.java:424) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:57) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onFailure(HTTP2ServerConnectionFactory.java:161) at org.eclipse.jetty.http2.HTTP2Stream.notifyFailure(HTTP2Stream.java:918) at org.eclipse.jetty.http2.HTTP2Stream.onFailure(HTTP2Stream.java:616) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:360) at org.eclipse.jetty.http2.HTTP2Session.failStream(HTTP2Session.java:626) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:618) at org.eclipse.jetty.http2.HTTP2Session$StreamsState.halt(HTTP2Session.java:1742) at org.eclipse.jetty.http2.HTTP2Session.doStop(HTTP2Session.java:137) at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132) at org.eclipse.jetty.util.component.LifeCycle.stop(LifeCycle.java:91) at org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory$HTTP2SessionContainer.onClosed(AbstractHTTP2ServerConnectionFactory.java:366) at org.eclipse.jetty.io.AbstractConnection.onClosed(AbstractConnection.java:247) at org.eclipse.jetty.io.AbstractConnection.onClose(AbstractConnection.java:239) at org.eclipse.jetty.http2.HTTP2Connection.onClose(HTTP2Connection.java:148) at org.eclipse.jetty.io.SelectorManager.connectionClosed(SelectorManager.java:347) at org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint.run(ManagedSelector.java:1121) ... 4 more Suppressed: java.io.EOFException: reset at org.eclipse.jetty.http2.HTTP2Stream.reset(HTTP2Stream.java:176) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:620) ... 14 more Caused by: java.io.IOException: cancel_stream_error/stop at org.eclipse.jetty.http2.HTTP2Session.toFailure(HTTP2Session.java:631) at org.eclipse.jetty.http2.HTTP2Session.failStreams(HTTP2Session.java:609) ... 14 more Jan 07, 2024 2:34:27 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.691 s -- in org.glassfish.jersey.jetty.http2.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthFilterTest Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s -- in org.glassfish.jersey.jetty.http2.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.CookieTest Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.glassfish.jersey.jetty.http2.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TimeoutTest Jan 07, 2024 2:34:28 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:29 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:31 AM 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: Reset cancel_stream_error 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:153) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) ... 4 more Jan 07, 2024 2:34:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:31 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM 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: Reset cancel_stream_error 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:153) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) ... 4 more Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM 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: Reset cancel_stream_error 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:153) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) ... 4 more Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM 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: Reset cancel_stream_error 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jetty.JettyHttpContainer.handle(JettyHttpContainer.java:158) at org.eclipse.jetty.server.Server.handle(Server.java:179) at org.eclipse.jetty.server.internal.HttpChannelState$HandlerInvoker.run(HttpChannelState.java:594) at org.eclipse.jetty.util.thread.Invocable$ReadyTask.run(Invocable.java:105) at org.eclipse.jetty.http2.server.internal.HttpStreamOverHTTP2$1.run(HttpStreamOverHTTP2.java:123) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:971) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1201) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1156) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.eclipse.jetty.io.EofException: Reset cancel_stream_error at org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory$HTTPServerSessionListener.onReset(HTTP2ServerConnectionFactory.java:153) at org.eclipse.jetty.http2.HTTP2Stream.notifyReset(HTTP2Stream.java:876) at org.eclipse.jetty.http2.HTTP2Stream.onReset(HTTP2Stream.java:586) at org.eclipse.jetty.http2.HTTP2Stream.process(HTTP2Stream.java:357) at org.eclipse.jetty.http2.HTTP2Session.onReset(HTTP2Session.java:346) at org.eclipse.jetty.http2.HTTP2Connection.onReset(HTTP2Connection.java:259) at org.eclipse.jetty.http2.parser.BodyParser.notifyReset(BodyParser.java:139) at org.eclipse.jetty.http2.parser.ResetBodyParser.onReset(ResetBodyParser.java:94) at org.eclipse.jetty.http2.parser.ResetBodyParser.parse(ResetBodyParser.java:61) at org.eclipse.jetty.http2.parser.Parser.parseBody(Parser.java:229) at org.eclipse.jetty.http2.parser.Parser.parse(Parser.java:156) at org.eclipse.jetty.http2.parser.ServerParser.parse(ServerParser.java:121) at org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:349) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:512) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:258) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:195) at org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:211) at org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:158) at org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:449) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:99) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:478) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:441) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:293) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:201) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:410) ... 4 more [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.857 s -- in org.glassfish.jersey.jetty.http2.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.EntityTest Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.jersey.jetty.http2.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.TraceSupportTest Jan 07, 2024 2:34:33 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s -- in org.glassfish.jersey.jetty.http2.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AuthTest Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.jetty.http2.connector.AuthTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.MethodTest Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:34 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s -- in org.glassfish.jersey.jetty.http2.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HelloWorldTest Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.jetty.http2.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 57 Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s -- in org.glassfish.jersey.jetty.http2.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.glassfish.jersey.jetty.http2.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.ManagedClientTest Jan 07, 2024 2:34:35 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:36 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:34:36 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.http2.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.jetty.http2.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest Jan 07, 2024 2:34:36 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:36 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.jetty.http2.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.AsyncTest Jan 07, 2024 2:34:36 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:36 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread jetty-http-server-7 Jan 07, 2024 2:34:36 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread jetty-http-server-2 Jan 07, 2024 2:34:36 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread jetty-http-server-0 Jan 07, 2024 2:34:37 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:34:37 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:34:37 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:37 AM org.glassfish.jersey.jetty.http2.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread jetty-http-server-6 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.131 s -- in org.glassfish.jersey.jetty.http2.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.jetty.http2.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.jetty.http2.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ Jan 07, 2024 2:34:37 AM org.glassfish.jersey.test.jetty.http2.JettyHttp2TestContainerFactory$JettyHttp2TestContainer INFO: Creating JettyHttp2TestContainer configured at the base URI http://localhost:33997/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.glassfish.jersey.jetty.http2.connector.Http2PresenceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty-http2-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/bom.xml [INFO] attaching as jersey-jetty-http2-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/bom.json [INFO] attaching as jersey-jetty-http2-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty-http2-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty-http2-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty-http2-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/4.0.99-SNAPSHOT/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/4.0.99-SNAPSHOT/jersey-jetty-http2-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/4.0.99-SNAPSHOT/jersey-jetty-http2-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/4.0.99-SNAPSHOT/jersey-jetty-http2-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty-http2-connector/target17/jersey-jetty-http2-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty-http2-connector/4.0.99-SNAPSHOT/jersey-jetty-http2-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty-http2-connector --- [INFO] [INFO] ------< org.glassfish.jersey.connectors:jersey-jetty11-connector >------ [INFO] Building jersey-connectors-jetty11 4.0.99-SNAPSHOT [50/375] [INFO] from connectors/jetty11-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jetty11-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jetty11-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jetty11-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jetty11-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jetty11-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jetty11-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/resources/org/glassfish/jersey/jetty/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jetty11-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jetty11-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jetty11-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jetty11-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jetty11-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jetty11-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jetty11-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/main/java/org/glassfish/jersey/jetty/connector/JettyConnector.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jetty11-connector --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jetty11-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/src/test/java/org/glassfish/jersey/jetty/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jetty11-connector --- [INFO] Reserved port 38425 for jersey.config.test.container.port [INFO] Reserved port 38351 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jetty11-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.connector.ManagedClientTest Jan 07, 2024 2:34:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:43 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:34:43 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jetty.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:34:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.599 s -- in org.glassfish.jersey.jetty.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jetty.connector.TraceSupportTest Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:34:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.glassfish.jersey.jetty.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jetty.connector.HttpHeadersTest Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.jetty.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jetty.connector.FollowRedirectsTest Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.glassfish.jersey.jetty.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jetty.connector.CookieTest Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.jersey.jetty.connector.CookieTest [INFO] Running org.glassfish.jersey.jetty.connector.AsyncTest Jan 07, 2024 2:34:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:34:45 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Jan 07, 2024 2:34:45 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-2 Jan 07, 2024 2:34:45 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 2 on thread grizzly-http-server-1 Jan 07, 2024 2:34:46 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:34:46 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:34:46 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:34:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:34:46 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:34:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.160 s -- in org.glassfish.jersey.jetty.connector.AsyncTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthFilterTest Jan 07, 2024 2:34:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.jetty.connector.AuthFilterTest [INFO] Running org.glassfish.jersey.jetty.connector.MethodTest Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.glassfish.jersey.jetty.connector.MethodTest [INFO] Running org.glassfish.jersey.jetty.connector.SyncResponseSizeTest Jan 07, 2024 2:34:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:34:48 AM 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: java.io.IOException: Connection is closed 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:420) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at java.base/sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:309) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:381) at java.base/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357) at java.base/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139) at java.base/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:167) at java.base/java.io.OutputStreamWriter.write(OutputStreamWriter.java:237) at java.base/java.io.Writer.write(Writer.java:278) at org.glassfish.jersey.message.internal.ReaderWriter.writeToAsString(ReaderWriter.java:249) 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) ... 21 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:751) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:729) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 41 more Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.glassfish.jersey.jetty.connector.SyncResponseSizeTest [INFO] Running org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.glassfish.jersey.jetty.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jetty.connector.EntityTest Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.jetty.connector.EntityTest [INFO] Running org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest Jan 07, 2024 2:34:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.jetty.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jetty.connector.TimeoutTest Jan 07, 2024 2:34:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.460 s -- in org.glassfish.jersey.jetty.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jetty.connector.HelloWorldTest Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:34:51 AM org.glassfish.jersey.jetty.connector.AsyncTest$AsyncResource$3 veryExpensiveOperation INFO: Async long-running get with timeout finished on thread Thread-113 Jan 07, 2024 2:34:51 AM org.glassfish.jersey.jetty.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 39 Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. CustomLoggingFilter.preFilter called CustomLoggingFilter.postFilter called Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.640 s -- in org.glassfish.jersey.jetty.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jetty.connector.ErrorTest Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69) at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353) at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319) at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69) at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353) at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319) at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext$1.run(FilterChainContext.java:173) at org.glassfish.grizzly.filterchain.FilterChainContext.resume(FilterChainContext.java:197) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:204) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:34:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s -- in org.glassfish.jersey.jetty.connector.ErrorTest [INFO] Running org.glassfish.jersey.jetty.connector.NoEntityTest Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.glassfish.jersey.jetty.connector.NoEntityTest [INFO] Running org.glassfish.jersey.jetty.connector.AuthTest Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:38425/ Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38425] Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jan 07, 2024 2:34:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38425] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.jetty.connector.AuthTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jetty11-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/jersey-jetty11-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jetty11-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/bom.xml [INFO] attaching as jersey-jetty11-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/bom.json [INFO] attaching as jersey-jetty11-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jetty11-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/jersey-jetty11-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jetty11-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/jersey-jetty11-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jetty11-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/4.0.99-SNAPSHOT/jersey-jetty11-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/jersey-jetty11-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/4.0.99-SNAPSHOT/jersey-jetty11-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/4.0.99-SNAPSHOT/jersey-jetty11-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/4.0.99-SNAPSHOT/jersey-jetty11-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jetty11-connector/target/jersey-jetty11-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jetty11-connector/4.0.99-SNAPSHOT/jersey-jetty11-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jetty11-connector --- [INFO] [INFO] --------< org.glassfish.jersey.connectors:jersey-jnh-connector >-------- [INFO] Building jersey-connectors-jnh 4.0.99-SNAPSHOT [51/375] [INFO] from connectors/jnh-connector/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-jnh-connector --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-jnh-connector --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-jnh-connector --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-jnh-connector --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-jnh-connector --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-jnh-connector --- [INFO] Resources: [INFO] org/glassfish/jersey/jnh/connector/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/src/main/resources/org/glassfish/jersey/jnh/connector/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-jnh-connector --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-jnh-connector --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-jnh-connector --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-jnh-connector --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-jnh-connector --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-jnh-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-jnh-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-jnh-connector --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-jnh-connector --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/src/test/java/org/glassfish/jersey/jnh/connector/CookieTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-jnh-connector --- [INFO] Reserved port 42267 for jersey.config.test.container.port [INFO] Reserved port 46435 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-jnh-connector --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jnh.connector.ManagedClientTest Jan 07, 2024 2:34:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:34:58 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:34:58 AM org.glassfish.jersey.server.model.ResourceMethodConfig$1 apply WARNING: The given contract (interface jakarta.ws.rs.client.ClientRequestFilter) of class org.glassfish.jersey.jnh.connector.ManagedClientTest$CustomHeaderFilter provider cannot be bound to a resource method. Jan 07, 2024 2:34:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:34:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:34:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 s -- in org.glassfish.jersey.jnh.connector.ManagedClientTest [INFO] Running org.glassfish.jersey.jnh.connector.TimeoutTest Jan 07, 2024 2:34:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:34:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:34:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 s -- in org.glassfish.jersey.jnh.connector.TimeoutTest [INFO] Running org.glassfish.jersey.jnh.connector.AuthTest Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.glassfish.jersey.jnh.connector.AuthTest [INFO] Running org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.glassfish.jersey.jnh.connector.RetrieveHttpClientFromConnectorProviderTest [INFO] Running org.glassfish.jersey.jnh.connector.HttpHeadersTest Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.jnh.connector.HttpHeadersTest [INFO] Running org.glassfish.jersey.jnh.connector.FollowRedirectsTest Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.glassfish.jersey.jnh.connector.FollowRedirectsTest [INFO] Running org.glassfish.jersey.jnh.connector.Http2PresenceTest Jan 07, 2024 2:35:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.jnh.connector.Http2PresenceTest [INFO] Running org.glassfish.jersey.jnh.connector.AsyncTest Jan 07, 2024 2:35:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:35:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.141 s -- in org.glassfish.jersey.jnh.connector.AsyncTest [INFO] Running org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.jnh.connector.GZIPContentEncodingTest [INFO] Running org.glassfish.jersey.jnh.connector.CookieTest Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.jnh.connector.CookieTest [INFO] Running org.glassfish.jersey.jnh.connector.ErrorTest Jan 07, 2024 2:35:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:07 AM org.glassfish.grizzly.http.server.HttpHandler doHandle WARNING: GRIZZLY0200: Service exception java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.ApplicationHandler.getConfiguration()" because "this.appHandler" is null at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:174) at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:153) at org.glassfish.grizzly.http.server.HttpHandlerChain.doHandle(HttpHandlerChain.java:166) at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:196) at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:88) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:510) at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:82) at org.glassfish.grizzly.strategies.SameThreadIOStrategy.executeIoEvent(SameThreadIOStrategy.java:69) at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:66) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:381) at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:353) at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:319) at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:248) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:35:08 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 2 java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2228) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162) at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:158) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131) at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176) at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2241) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2087) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.lambda$service$0(GrizzlyHttpContainer.java:365) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 2 of 2 java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor( implementation=org.glassfish.jersey.inject.hk2.InstanceSupplierFactoryBridge contracts={org.glassfish.jersey.internal.util.collection.Ref} scope=org.glassfish.jersey.process.internal.RequestScoped qualifiers={} descriptorType=PROVIDE_METHOD descriptorVisibility=NORMAL metadata= rank=0 loader=org.glassfish.hk2.utilities.binding.AbstractBinder$2@6bd330ff proxiable=null proxyForSameScope=null analysisName=null id=31 locatorId=48 identityHashCode=785495009 reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2093) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:150) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.lambda$service$0(GrizzlyHttpContainer.java:365) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:61) at org.glassfish.jersey.server.internal.process.ReferencesInitializer.apply(ReferencesInitializer.java:31) at org.glassfish.jersey.process.internal.Stages$LinkedStage.apply(Stages.java:284) at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:08 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 s -- in org.glassfish.jersey.jnh.connector.ErrorTest [INFO] Running org.glassfish.jersey.jnh.connector.RedirectTest Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s -- in org.glassfish.jersey.jnh.connector.RedirectTest [INFO] Running org.glassfish.jersey.jnh.connector.BodyPublisherTest Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.jnh.connector.BodyPublisherTest [INFO] Running org.glassfish.jersey.jnh.connector.EntityTest Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.glassfish.jersey.jnh.connector.EntityTest [INFO] Running org.glassfish.jersey.jnh.connector.TraceSupportTest Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s -- in org.glassfish.jersey.jnh.connector.TraceSupportTest [INFO] Running org.glassfish.jersey.jnh.connector.OptionsMethodTest Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.jnh.connector.OptionsMethodTest [INFO] Running org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.jnh.connector.UnderlyingHttpClientAccessTest [INFO] Running org.glassfish.jersey.jnh.connector.MethodTest Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:35:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 s -- in org.glassfish.jersey.jnh.connector.MethodTest [INFO] Running org.glassfish.jersey.jnh.connector.HttpsTest Jan 07, 2024 2:35:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:42267 Jan 07, 2024 2:35:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.333 s -- in org.glassfish.jersey.jnh.connector.HttpsTest [INFO] Running org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.jnh.connector.FirstByteCachingStreamTest [INFO] Running org.glassfish.jersey.jnh.connector.HelloWorldTest Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:35:12 AM org.glassfish.jersey.jnh.connector.HelloWorldTest testAsyncClientRequests INFO: Executed in: 31 Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.glassfish.jersey.jnh.connector.HelloWorldTest [INFO] Running org.glassfish.jersey.jnh.connector.NoEntityTest Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42267/ Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42267] Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:35:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42267] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s -- in org.glassfish.jersey.jnh.connector.NoEntityTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 72, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-jnh-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-jnh-connector --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/bom.xml [INFO] attaching as jersey-jnh-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/bom.json [INFO] attaching as jersey-jnh-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-jnh-connector --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-jnh-connector --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-jnh-connector --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/4.0.99-SNAPSHOT/jersey-jnh-connector-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/4.0.99-SNAPSHOT/jersey-jnh-connector-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/4.0.99-SNAPSHOT/jersey-jnh-connector-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/4.0.99-SNAPSHOT/jersey-jnh-connector-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/connectors/jnh-connector/target/jersey-jnh-connector-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/connectors/jersey-jnh-connector/4.0.99-SNAPSHOT/jersey-jnh-connector-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-jnh-connector --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.cdi:project >---------------- [INFO] Building jersey-cdi-support 4.0.99-SNAPSHOT [52/375] [INFO] from ext/cdi/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42615 for jersey.config.test.container.port [INFO] Reserved port 33763 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.ext.cdi:jersey-cdi1x >-------------- [INFO] Building jersey-ext-cdi1x 4.0.99-SNAPSHOT [53/375] [INFO] from ext/cdi/jersey-cdi1x/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x --- [INFO] Resources: [INFO] org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/resources/org/glassfish/jersey/ext/cdi1x/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderServerRuntimeSpecifics.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderServerRuntimeSpecifics.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 25 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiUtil.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderServerRuntimeSpecifics.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/src/main/java/org/glassfish/jersey/ext/cdi1x/internal/CdiComponentProviderServerRuntimeSpecifics.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x --- [INFO] Reserved port 38669 for jersey.config.test.container.port [INFO] Reserved port 42939 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.245 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.051 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] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/bom.xml [INFO] attaching as jersey-cdi1x-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/bom.json [INFO] attaching as jersey-cdi1x-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.annotation.*, jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/4.0.99-SNAPSHOT/jersey-cdi1x-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/4.0.99-SNAPSHOT/jersey-cdi1x-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/4.0.99-SNAPSHOT/jersey-cdi1x-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/4.0.99-SNAPSHOT/jersey-cdi1x-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/jersey-cdi1x-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x/4.0.99-SNAPSHOT/jersey-cdi1x-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x --- [INFO] [INFO] ---------< org.glassfish.jersey.containers.glassfish:project >---------- [INFO] Building jersey-glassfish-support 4.0.99-SNAPSHOT [54/375] [INFO] from containers/glassfish/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 44115 for jersey.config.test.container.port [INFO] Reserved port 43195 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.containers.glassfish:jersey-gf-ejb >------- [INFO] Building jersey-gf-ejb 4.0.99-SNAPSHOT [55/375] [INFO] from containers/glassfish/jersey-gf-ejb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gf-ejb --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gf-ejb --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gf-ejb --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gf-ejb --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gf-ejb --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-gf-ejb --- [INFO] Resources: [INFO] org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/resources/org/glassfish/jersey/gf/ejb/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gf-ejb --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gf-ejb --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gf-ejb --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gf-ejb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbComponentProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/main/java/org/glassfish/jersey/gf/ejb/internal/EjbExceptionMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gf-ejb --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gf-ejb --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gf-ejb --- [INFO] Reserved port 40985 for jersey.config.test.container.port [INFO] Reserved port 36283 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gf-ejb --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gf-ejb --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 105 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/bom.xml [INFO] attaching as jersey-gf-ejb-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/bom.json [INFO] attaching as jersey-gf-ejb-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gf-ejb --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-gf-ejb --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gf-ejb --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/4.0.99-SNAPSHOT/jersey-gf-ejb-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/4.0.99-SNAPSHOT/jersey-gf-ejb-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/4.0.99-SNAPSHOT/jersey-gf-ejb-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/4.0.99-SNAPSHOT/jersey-gf-ejb-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/glassfish/jersey-gf-ejb/target/jersey-gf-ejb-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/glassfish/jersey-gf-ejb/4.0.99-SNAPSHOT/jersey-gf-ejb-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gf-ejb --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty11-http >---- [INFO] Building jersey-container-jetty11-http 4.0.99-SNAPSHOT [56/375] [INFO] from containers/jetty11-http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty11-http --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty11-http --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty11-http --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty11-http --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty11-http --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-container-jetty11-http --- [INFO] Resources: [INFO] org/glassfish/jersey/jetty/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/resources/org/glassfish/jersey/jetty/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty11-http --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty11-http --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty11-http --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty11-http --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty11-http --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty11-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty11-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/main/java/org/glassfish/jersey/jetty/JettyHttpContainer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty11-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty11-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/src/test/java/org/glassfish/jersey/jetty/JettyHttpServerProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty11-http --- [INFO] Reserved port 32857 for jersey.config.test.container.port [INFO] Reserved port 45139 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty11-http --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jetty.JettyHttpServerProviderTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.jetty.JettyHttpServerProviderTest$Resource 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.jetty.JettyHttpServerProviderTest$Resource will be ignored. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 s -- in org.glassfish.jersey.jetty.JettyHttpServerProviderTest [INFO] Running org.glassfish.jersey.jetty.OptionsTest Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.jetty.OptionsTest [INFO] Running org.glassfish.jersey.jetty.ExceptionTest Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.glassfish.jersey.jetty.ExceptionTest [INFO] Running org.glassfish.jersey.jetty.LifecycleListenerTest Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.jetty.LifecycleListenerTest [INFO] Running org.glassfish.jersey.jetty.AsyncTest Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:26 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. Jan 07, 2024 2:35:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:35:31 AM org.glassfish.jersey.jetty.AbstractJettyServerTester startServer INFO: Jetty-http server started on base uri: http://localhost:32857/ Jan 07, 2024 2:35:34 AM org.glassfish.jersey.jetty.AbstractJettyServerTester stopServer INFO: Jetty-http server stopped. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.158 s -- in org.glassfish.jersey.jetty.AsyncTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty11-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/jersey-container-jetty11-http-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty11-http --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/bom.xml [INFO] attaching as jersey-container-jetty11-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/bom.json [INFO] attaching as jersey-container-jetty11-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty11-http --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/jersey-container-jetty11-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty11-http --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/jersey-container-jetty11-http-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty11-http --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/4.0.99-SNAPSHOT/jersey-container-jetty11-http-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/jersey-container-jetty11-http-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/4.0.99-SNAPSHOT/jersey-container-jetty11-http-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/4.0.99-SNAPSHOT/jersey-container-jetty11-http-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/4.0.99-SNAPSHOT/jersey-container-jetty11-http-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty11-http/target/jersey-container-jetty11-http-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty11-http/4.0.99-SNAPSHOT/jersey-container-jetty11-http-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty11-http --- [INFO] [INFO] ---< org.glassfish.jersey.containers:jersey-container-jetty-servlet >--- [INFO] Building jersey-container-jetty-servlet 4.0.99-SNAPSHOT [57/375] [INFO] from containers/jetty-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-container-jetty-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-container-jetty-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-container-jetty-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-container-jetty-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-container-jetty-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-container-jetty-servlet --- [INFO] Copying 2 resources from target17/legal to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-container-jetty-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target17/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-container-jetty-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-container-jetty-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-container-jetty-servlet --- [INFO] Reserved port 36819 for jersey.config.test.container.port [INFO] Reserved port 35193 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-container-jetty-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-container-jetty-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/bom.xml [INFO] attaching as jersey-container-jetty-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/bom.json [INFO] attaching as jersey-container-jetty-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-container-jetty-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/jersey-container-jetty-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-container-jetty-servlet --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-container-jetty-servlet --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/4.0.99-SNAPSHOT/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/4.0.99-SNAPSHOT/jersey-container-jetty-servlet-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/4.0.99-SNAPSHOT/jersey-container-jetty-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/4.0.99-SNAPSHOT/jersey-container-jetty-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/containers/jetty-servlet/target17/jersey-container-jetty-servlet-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/containers/jersey-container-jetty-servlet/4.0.99-SNAPSHOT/jersey-container-jetty-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-container-jetty-servlet --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-bean-validation >----------- [INFO] Building jersey-ext-bean-validation 4.0.99-SNAPSHOT [58/375] [INFO] from ext/bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-bean-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-bean-validation --- [INFO] Resources: [INFO] org/glassfish/jersey/server/validation/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/resources/org/glassfish/jersey/server/validation/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-bean-validation --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidateOnExecutionTraversableResolver.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/main/java/org/glassfish/jersey/server/validation/internal/ValidationErrorMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-bean-validation --- [INFO] Reserved port 38713 for jersey.config.test.container.port [INFO] Reserved port 45675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/bom.xml [INFO] attaching as jersey-bean-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/bom.json [INFO] attaching as jersey-bean-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-bean-validation --- [WARNING] Bundle org.glassfish.jersey.ext:jersey-bean-validation:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/4.0.99-SNAPSHOT/jersey-bean-validation-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/4.0.99-SNAPSHOT/jersey-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/4.0.99-SNAPSHOT/jersey-bean-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/4.0.99-SNAPSHOT/jersey-bean-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/bean-validation/target/jersey-bean-validation-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-bean-validation/4.0.99-SNAPSHOT/jersey-bean-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [59/375] [INFO] from ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Reserved port 44075 for jersey.config.test.container.port [INFO] Reserved port 39249 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-ban-custom-hk2-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.065 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] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json [INFO] attaching as jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-ban-custom-hk2-binding --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/4.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/4.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/4.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/4.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/target/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-ban-custom-hk2-binding/4.0.99-SNAPSHOT/jersey-cdi1x-ban-custom-hk2-binding-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [60/375] [INFO] from ext/cdi/jersey-cdi-rs-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-rs-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-rs-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-rs-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-rs-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-rs-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-rs-inject --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-rs-inject --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-rs-inject --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/main/java/org/glassfish/jersey/ext/cdi1x/inject/internal/InjectExtension.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-rs-inject --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-rs-inject --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-rs-inject --- [INFO] Reserved port 38159 for jersey.config.test.container.port [INFO] Reserved port 45613 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-rs-inject --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-rs-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/bom.xml [INFO] attaching as jersey-cdi-rs-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/bom.json [INFO] attaching as jersey-cdi-rs-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-rs-inject --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jersey-cdi-rs-inject --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.core:jersey-common:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.inject:jersey-hk2:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.glassfish.jersey.ext.cdi:jersey-cdi1x:jar:4.0.99-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/core-common/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/hk2/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-rs-inject --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-rs-inject --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi-rs-inject/target/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi-rs-inject/4.0.99-SNAPSHOT/jersey-cdi-rs-inject-4.0.99-SNAPSHOT-javadoc.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [61/375] [INFO] from ext/cdi/jersey-cdi1x-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-servlet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-servlet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-servlet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-servlet --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-servlet --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-servlet --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-servlet --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-servlet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-servlet --- [INFO] Reserved port 35189 for jersey.config.test.container.port [INFO] Reserved port 41809 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-servlet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-servlet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/bom.xml [INFO] attaching as jersey-cdi1x-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/bom.json [INFO] attaching as jersey-cdi1x-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-servlet --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-servlet --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/4.0.99-SNAPSHOT/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/4.0.99-SNAPSHOT/jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/4.0.99-SNAPSHOT/jersey-cdi1x-servlet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/4.0.99-SNAPSHOT/jersey-cdi1x-servlet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-servlet/target/jersey-cdi1x-servlet-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-servlet/4.0.99-SNAPSHOT/jersey-cdi1x-servlet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-servlet --- [INFO] [INFO] -------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction >-------- [INFO] Building jersey-ext-cdi1x-transaction 4.0.99-SNAPSHOT [62/375] [INFO] from ext/cdi/jersey-cdi1x-transaction/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-transaction --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-transaction --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-transaction --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-transaction --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-transaction --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-transaction --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-transaction --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-transaction --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-transaction --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-transaction --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-transaction --- [INFO] Reserved port 36985 for jersey.config.test.container.port [INFO] Reserved port 37559 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-transaction --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-transaction --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/bom.xml [INFO] attaching as jersey-cdi1x-transaction-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/bom.json [INFO] attaching as jersey-cdi1x-transaction-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-transaction --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-transaction --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/4.0.99-SNAPSHOT/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/4.0.99-SNAPSHOT/jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/4.0.99-SNAPSHOT/jersey-cdi1x-transaction-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/4.0.99-SNAPSHOT/jersey-cdi1x-transaction-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-transaction/target/jersey-cdi1x-transaction-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-transaction/4.0.99-SNAPSHOT/jersey-cdi1x-transaction-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-transaction --- [INFO] [INFO] --------< org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation >-------- [INFO] Building jersey-ext-cdi1x-validation 4.0.99-SNAPSHOT [63/375] [INFO] from ext/cdi/jersey-cdi1x-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi1x-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi1x-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi1x-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi1x-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi1x-validation --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi1x-validation --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi1x-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi1x-validation --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi1x-validation --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi1x-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi1x-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi1x-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi1x-validation --- [INFO] Reserved port 38627 for jersey.config.test.container.port [INFO] Reserved port 34409 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi1x-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi1x-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/bom.xml [INFO] attaching as jersey-cdi1x-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/bom.json [INFO] attaching as jersey-cdi1x-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi1x-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi1x-validation --- [WARNING] Bundle org.glassfish.jersey.ext.cdi:jersey-cdi1x-validation:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi1x-validation --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/4.0.99-SNAPSHOT/jersey-cdi1x-validation-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/4.0.99-SNAPSHOT/jersey-cdi1x-validation-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/4.0.99-SNAPSHOT/jersey-cdi1x-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/4.0.99-SNAPSHOT/jersey-cdi1x-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-cdi1x-validation/target/jersey-cdi1x-validation-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-cdi1x-validation/4.0.99-SNAPSHOT/jersey-cdi1x-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi1x-validation --- [INFO] [INFO] ------------< org.glassfish.jersey.ext.cdi:jersey-weld2-se >------------ [INFO] Building jersey-ext-weld2-se 4.0.99-SNAPSHOT [64/375] [INFO] from ext/cdi/jersey-weld2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-weld2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-weld2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-weld2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-weld2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-weld2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-weld2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-weld2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-weld2-se --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-weld2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-weld2-se --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-weld2-se --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-weld2-se --- [INFO] Reserved port 37367 for jersey.config.test.container.port [INFO] Reserved port 33577 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-weld2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-weld2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/bom.xml [INFO] attaching as jersey-weld2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/bom.json [INFO] attaching as jersey-weld2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-weld2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-weld2-se --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/4.0.99-SNAPSHOT/jersey-weld2-se-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/4.0.99-SNAPSHOT/jersey-weld2-se-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/4.0.99-SNAPSHOT/jersey-weld2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/4.0.99-SNAPSHOT/jersey-weld2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/cdi/jersey-weld2-se/target/jersey-weld2-se-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/cdi/jersey-weld2-se/4.0.99-SNAPSHOT/jersey-weld2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-weld2-se --- [INFO] [INFO] ----------< org.glassfish.jersey.ext:jersey-metainf-services >---------- [INFO] Building jersey-ext-metainf-services 4.0.99-SNAPSHOT [65/375] [INFO] from ext/metainf-services/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-metainf-services --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-metainf-services --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-metainf-services --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-metainf-services --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-metainf-services --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-metainf-services --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-metainf-services --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-metainf-services --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-metainf-services --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-metainf-services --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-metainf-services --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-metainf-services --- [INFO] Reserved port 34603 for jersey.config.test.container.port [INFO] Reserved port 41817 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-metainf-services --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$Enable Jan 07, 2024 2:36:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Jan 07, 2024 2:36:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Jan 07, 2024 2:36:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s -- in org.glassfish.jersey.message.MetaInfServicesTest$Enable [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableServer Jan 07, 2024 2:36:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Jan 07, 2024 2:36:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableServer [INFO] Running org.glassfish.jersey.message.MetaInfServicesTest$DisableClient Jan 07, 2024 2:36:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34603/ Jan 07, 2024 2:36:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34603] Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:36:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34603] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.jersey.message.MetaInfServicesTest$DisableClient [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-metainf-services --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/bom.xml [INFO] attaching as jersey-metainf-services-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/bom.json [INFO] attaching as jersey-metainf-services-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-metainf-services --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-metainf-services --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-metainf-services --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/4.0.99-SNAPSHOT/jersey-metainf-services-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/4.0.99-SNAPSHOT/jersey-metainf-services-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/4.0.99-SNAPSHOT/jersey-metainf-services-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/4.0.99-SNAPSHOT/jersey-metainf-services-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/metainf-services/target/jersey-metainf-services-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-metainf-services/4.0.99-SNAPSHOT/jersey-metainf-services-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-metainf-services --- [INFO] [INFO] -------------< org.glassfish.jersey.ext:jersey-micrometer >------------- [INFO] Building jersey-micrometer 4.0.99-SNAPSHOT [66/375] [INFO] from ext/micrometer/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-micrometer --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-micrometer --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-micrometer --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-micrometer --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-micrometer --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-micrometer --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-micrometer --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-micrometer --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-micrometer --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-micrometer --- [INFO] Reserved port 41323 for jersey.config.test.container.port [INFO] Reserved port 39049 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-micrometer --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 s -- in org.glassfish.jersey.micrometer.server.DefaultJerseyTagsProviderTest [INFO] Running org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s -- in org.glassfish.jersey.micrometer.server.MetricsRequestEventListenerTimedTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest 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. Trace Id [78afa065ffa14c42d6f5386102e0de88] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$OtelObservationRequestEventListenerTest [INFO] Running org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder". SLF4J: Defaulting to no-operation MDCAdapter implementation. SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details. Trace Id [659a0e2770dd11ce42a6582987d33eb7] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest$BraveObservationRequestEventListenerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.glassfish.jersey.micrometer.server.observation.ObservationApplicationEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-micrometer --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/bom.xml [INFO] attaching as jersey-micrometer-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/bom.json [INFO] attaching as jersey-micrometer-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-micrometer --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-micrometer --- [WARNING] Bundle org.glassfish.jersey.ext:jersey-micrometer:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.microprofile.micrometer.server.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-micrometer --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/4.0.99-SNAPSHOT/jersey-micrometer-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/4.0.99-SNAPSHOT/jersey-micrometer-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/4.0.99-SNAPSHOT/jersey-micrometer-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/4.0.99-SNAPSHOT/jersey-micrometer-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/micrometer/target/jersey-micrometer-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-micrometer/4.0.99-SNAPSHOT/jersey-micrometer-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-micrometer --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext:jersey-mvc >----------------- [INFO] Building jersey-ext-mvc 4.0.99-SNAPSHOT [67/375] [INFO] from ext/mvc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc --- [INFO] Resources: [INFO] org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/resources/org/glassfish/jersey/server/mvc/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 23 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/TemplateModelProcessor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/main/java/org/glassfish/jersey/server/mvc/internal/ViewableMessageBodyWriter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc --- [INFO] Reserved port 40843 for jersey.config.test.container.port [INFO] Reserved port 39925 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/bom.xml [INFO] attaching as jersey-mvc-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/bom.json [INFO] attaching as jersey-mvc-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/4.0.99-SNAPSHOT/jersey-mvc-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/4.0.99-SNAPSHOT/jersey-mvc-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/4.0.99-SNAPSHOT/jersey-mvc-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/4.0.99-SNAPSHOT/jersey-mvc-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc/target/jersey-mvc-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc/4.0.99-SNAPSHOT/jersey-mvc-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-mvc-bean-validation >--------- [INFO] Building jersey-ext-mvc-bean-validation 4.0.99-SNAPSHOT [68/375] [INFO] from ext/mvc-bean-validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-bean-validation --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-bean-validation --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-bean-validation --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-bean-validation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-bean-validation --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-bean-validation --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-bean-validation --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-bean-validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-bean-validation --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-bean-validation --- [INFO] Reserved port 40219 for jersey.config.test.container.port [INFO] Reserved port 35843 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-bean-validation --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-bean-validation --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/bom.xml [INFO] attaching as jersey-mvc-bean-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/bom.json [INFO] attaching as jersey-mvc-bean-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-bean-validation --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-bean-validation --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-bean-validation --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/4.0.99-SNAPSHOT/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/4.0.99-SNAPSHOT/jersey-mvc-bean-validation-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/4.0.99-SNAPSHOT/jersey-mvc-bean-validation-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/4.0.99-SNAPSHOT/jersey-mvc-bean-validation-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-bean-validation/target/jersey-mvc-bean-validation-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-bean-validation/4.0.99-SNAPSHOT/jersey-mvc-bean-validation-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-bean-validation --- [INFO] [INFO] -----------< org.glassfish.jersey.ext:jersey-mvc-freemarker >----------- [INFO] Building jersey-ext-mvc-freemarker 4.0.99-SNAPSHOT [69/375] [INFO] from ext/mvc-freemarker/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-freemarker --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-freemarker --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-freemarker --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-freemarker --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-freemarker --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-freemarker --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-freemarker --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-freemarker --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/src/main/java/org/glassfish/jersey/server/mvc/freemarker/FreemarkerDefaultConfigurationFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-freemarker --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-freemarker --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-freemarker --- [INFO] Reserved port 35693 for jersey.config.test.container.port [INFO] Reserved port 40759 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-freemarker --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-freemarker --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/bom.xml [INFO] attaching as jersey-mvc-freemarker-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/bom.json [INFO] attaching as jersey-mvc-freemarker-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-freemarker --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-freemarker --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-freemarker --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/4.0.99-SNAPSHOT/jersey-mvc-freemarker-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/4.0.99-SNAPSHOT/jersey-mvc-freemarker-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/4.0.99-SNAPSHOT/jersey-mvc-freemarker-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/4.0.99-SNAPSHOT/jersey-mvc-freemarker-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-freemarker/target/jersey-mvc-freemarker-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-freemarker/4.0.99-SNAPSHOT/jersey-mvc-freemarker-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-freemarker --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-mvc-jsp >--------------- [INFO] Building jersey-ext-mvc-jsp 4.0.99-SNAPSHOT [70/375] [INFO] from ext/mvc-jsp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-jsp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-jsp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-jsp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-jsp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-jsp --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mvc-jsp --- [INFO] Resources: [INFO] org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/src/main/resources/org.glassfish.jersey.server.mvc.jsp.internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-jsp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-jsp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-jsp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-jsp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-jsp --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-jsp --- [INFO] Reserved port 35671 for jersey.config.test.container.port [INFO] Reserved port 45889 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-jsp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-jsp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/bom.xml [INFO] attaching as jersey-mvc-jsp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/bom.json [INFO] attaching as jersey-mvc-jsp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-jsp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-jsp --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-jsp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/4.0.99-SNAPSHOT/jersey-mvc-jsp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/4.0.99-SNAPSHOT/jersey-mvc-jsp-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/4.0.99-SNAPSHOT/jersey-mvc-jsp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/4.0.99-SNAPSHOT/jersey-mvc-jsp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-jsp/target/jersey-mvc-jsp-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-jsp/4.0.99-SNAPSHOT/jersey-mvc-jsp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-jsp --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-mvc-mustache >------------ [INFO] Building jersey-ext-mvc-mustache 4.0.99-SNAPSHOT [71/375] [INFO] from ext/mvc-mustache/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mvc-mustache --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mvc-mustache --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mvc-mustache --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mvc-mustache --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mvc-mustache --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mvc-mustache --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mvc-mustache --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mvc-mustache --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mvc-mustache --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mvc-mustache --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mvc-mustache --- [INFO] Reserved port 40601 for jersey.config.test.container.port [INFO] Reserved port 44629 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mvc-mustache --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mvc-mustache --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/bom.xml [INFO] attaching as jersey-mvc-mustache-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/bom.json [INFO] attaching as jersey-mvc-mustache-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mvc-mustache --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mvc-mustache --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mvc-mustache --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/4.0.99-SNAPSHOT/jersey-mvc-mustache-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/4.0.99-SNAPSHOT/jersey-mvc-mustache-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/4.0.99-SNAPSHOT/jersey-mvc-mustache-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/4.0.99-SNAPSHOT/jersey-mvc-mustache-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/mvc-mustache/target/jersey-mvc-mustache-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-mvc-mustache/4.0.99-SNAPSHOT/jersey-mvc-mustache-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mvc-mustache --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-proxy-client >------------ [INFO] Building jersey-ext-proxy-client 4.0.99-SNAPSHOT [72/375] [INFO] from ext/proxy-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-proxy-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-proxy-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-proxy-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-proxy-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-proxy-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-proxy-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-proxy-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-proxy-client --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/RequestParameters.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/main/java/org/glassfish/jersey/client/proxy/WebResourceFactory.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-proxy-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-proxy-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/src/test/java/org/glassfish/jersey/client/proxy/RequestParametersTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-proxy-client --- [INFO] Reserved port 42723 for jersey.config.test.container.port [INFO] Reserved port 41593 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-proxy-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.glassfish.jersey.client.proxy.RequestParametersTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest Jan 07, 2024 2:36:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:36:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.737 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryBeanParamTest [INFO] Running org.glassfish.jersey.client.proxy.WebResourceFactoryTest Jan 07, 2024 2:36:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42723/ Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42723] Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:36:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42723] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.918 s -- in org.glassfish.jersey.client.proxy.WebResourceFactoryTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 49, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-proxy-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/bom.xml [INFO] attaching as jersey-proxy-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/bom.json [INFO] attaching as jersey-proxy-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-proxy-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-proxy-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-proxy-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/4.0.99-SNAPSHOT/jersey-proxy-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/4.0.99-SNAPSHOT/jersey-proxy-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/4.0.99-SNAPSHOT/jersey-proxy-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/4.0.99-SNAPSHOT/jersey-proxy-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/proxy-client/target/jersey-proxy-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-proxy-client/4.0.99-SNAPSHOT/jersey-proxy-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-proxy-client --- [INFO] [INFO] ----------------< org.glassfish.jersey.ext.rx:project >----------------- [INFO] Building jersey-ext-rx 4.0.99-SNAPSHOT [73/375] [INFO] from ext/rx/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 43067 for jersey.config.test.container.port [INFO] Reserved port 37399 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------< org.glassfish.jersey.ext.rx:jersey-rx-client-guava >--------- [INFO] Building jersey-ext-rx-client-guava 4.0.99-SNAPSHOT [74/375] [INFO] from ext/rx/rx-client-guava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-guava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-guava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-guava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-guava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-guava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-guava --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-guava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-guava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/src/main/java/org/glassfish/jersey/client/rx/guava/JerseyRxListenableFutureInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-guava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-guava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-guava --- [INFO] Reserved port 45265 for jersey.config.test.container.port [INFO] Reserved port 42501 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-guava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.guava.RxListenableFutureTest Jan 07, 2024 2:36:41 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. java.util.concurrent.ExecutionException: jakarta.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.lambda$testNotFoundReadEntityViaGenericType$1(RxListenableFutureTest.java:109) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.client.rx.guava.RxListenableFutureTest.testNotFoundReadEntityViaGenericType(RxListenableFutureTest.java:99) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: jakarta.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.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 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] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/jersey-rx-client-guava-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-guava --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/bom.xml [INFO] attaching as jersey-rx-client-guava-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/bom.json [INFO] attaching as jersey-rx-client-guava-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-guava --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/jersey-rx-client-guava-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-guava --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/4.0.99-SNAPSHOT/jersey-rx-client-guava-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/jersey-rx-client-guava-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/4.0.99-SNAPSHOT/jersey-rx-client-guava-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/4.0.99-SNAPSHOT/jersey-rx-client-guava-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/4.0.99-SNAPSHOT/jersey-rx-client-guava-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-guava/target/jersey-rx-client-guava-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-guava/4.0.99-SNAPSHOT/jersey-rx-client-guava-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [75/375] [INFO] from ext/rx/rx-client-rxjava/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/main/java/org/glassfish/jersey/client/rx/rxjava/JerseyRxObservableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava --- [INFO] Reserved port 44019 for jersey.config.test.container.port [INFO] Reserved port 45897 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.rxjava.RxObservableTest Jan 07, 2024 2:36:43 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. 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.lambda$testNotFoundReadEntityViaGenericType$1(RxObservableTest.java:130) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:53) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35) at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3115) at org.glassfish.jersey.client.rx.rxjava.RxObservableTest.testNotFoundReadEntityViaGenericType(RxObservableTest.java:120) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Caused by: jakarta.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:10327) at rx.internal.operators.OperatorSubscribeOn$SubscribeOnSubscriber.call(OperatorSubscribeOn.java:100) at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:55) at rx.internal.schedulers.ExecutorScheduler$ExecutorSchedulerWorker.run(ExecutorScheduler.java:107) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 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] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/bom.json [INFO] attaching as jersey-rx-client-rxjava-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/4.0.99-SNAPSHOT/jersey-rx-client-rxjava-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/4.0.99-SNAPSHOT/jersey-rx-client-rxjava-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/4.0.99-SNAPSHOT/jersey-rx-client-rxjava-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/4.0.99-SNAPSHOT/jersey-rx-client-rxjava-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava/target/jersey-rx-client-rxjava-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava/4.0.99-SNAPSHOT/jersey-rx-client-rxjava-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [76/375] [INFO] from ext/rx/rx-client-rxjava2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-rx-client-rxjava2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-rx-client-rxjava2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-rx-client-rxjava2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-rx-client-rxjava2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-rx-client-rxjava2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/main/java/org/glassfish/jersey/client/rx/rxjava2/JerseyRxFlowableInvoker.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-rx-client-rxjava2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-rx-client-rxjava2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-rx-client-rxjava2 --- [INFO] Reserved port 44103 for jersey.config.test.container.port [INFO] Reserved port 46873 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-rx-client-rxjava2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.client.rx.rxjava2.RxFlowableTest Jan 07, 2024 2:36:45 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 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] --- jar:3.3.0:jar (default-jar) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-rx-client-rxjava2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/bom.xml [INFO] attaching as jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/bom.json [INFO] attaching as jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-rx-client-rxjava2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-rx-client-rxjava2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/4.0.99-SNAPSHOT/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/4.0.99-SNAPSHOT/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/4.0.99-SNAPSHOT/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/4.0.99-SNAPSHOT/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/rx/rx-client-rxjava2/target/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/rx/jersey-rx-client-rxjava2/4.0.99-SNAPSHOT/jersey-rx-client-rxjava2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-rx-client-rxjava2 --- [INFO] [INFO] --------------< org.glassfish.jersey.ext:jersey-spring6 >--------------- [INFO] Building jersey-spring6 4.0.99-SNAPSHOT [77/375] [INFO] from ext/spring6/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-spring6 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-spring6 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-spring6 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-spring6 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-spring6 --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-spring6 --- [INFO] Resources: [INFO] org/glassfish/jersey/server/spring/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/resources/org/glassfish/jersey/server/spring/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-spring6 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-spring6 --- [INFO] Copying 2 resources from ../.. to target17/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-spring6 --- [INFO] Copying 3 resources from src/main/resources to target17/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target17/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target17/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/src/main/java17/org/glassfish/jersey/server/spring/SpringComponentProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-spring6 --- [INFO] Copying 1 resource from src/test/resources to target17/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-spring6 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 17] to target17/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-spring6 --- [INFO] Reserved port 44873 for jersey.config.test.container.port [INFO] Reserved port 38791 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-spring6 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts Jan 07, 2024 2:36:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s -- in org.glassfish.jersey.server.spring.aspect4j.Aspect4JTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDefaultProfileResourceTest Jan 07, 2024 2:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 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.050 s -- in org.glassfish.jersey.server.spring.profiles.SpringProfilesTest [INFO] Running org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest Jan 07, 2024 2:36:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:49 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:36:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.server.spring.profiles.SpringDevProfileResourceTest [INFO] Running org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.glassfish.jersey.server.spring.fieldinjection.SpringFieldInjectionTest [INFO] Running org.glassfish.jersey.server.spring.filter.FilterTest Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.jersey.server.spring.filter.FilterTest [INFO] Running org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s -- in org.glassfish.jersey.server.spring.parameterinjection.SpringParameterInjectionTest [INFO] Running org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44873/ Jan 07, 2024 2:36:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44873] Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:36:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44873] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.server.spring.methodinjection.SpringMethodInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/jersey-spring6-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-spring6 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/bom.xml [INFO] attaching as jersey-spring6-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/bom.json [INFO] attaching as jersey-spring6-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-spring6 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/jersey-spring6-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-spring6 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/4.0.99-SNAPSHOT/jersey-spring6-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/jersey-spring6-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/4.0.99-SNAPSHOT/jersey-spring6-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/4.0.99-SNAPSHOT/jersey-spring6-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/4.0.99-SNAPSHOT/jersey-spring6-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/spring6/target17/jersey-spring6-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-spring6/4.0.99-SNAPSHOT/jersey-spring6-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-spring6 --- [INFO] [INFO] ------------< org.glassfish.jersey.ext:jersey-wadl-doclet >------------- [INFO] Building jersey-wadl-doclet 4.0.99-SNAPSHOT [78/375] [INFO] from ext/wadl-doclet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-wadl-doclet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-wadl-doclet --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-wadl-doclet --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-wadl-doclet --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-wadl-doclet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-wadl-doclet --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java added. [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12 added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from ../.. to target-java12/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-wadl-doclet --- [INFO] Copying 2 resources from target-java12/legal to target-java12/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target-java12/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-wadl-doclet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target-java12/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/main/java12/org/glassfish/jersey/wadl/doclet/DocProcessorWrapper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-wadl-doclet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-wadl-doclet --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-wadl-doclet --- [INFO] Reserved port 40841 for jersey.config.test.container.port [INFO] Reserved port 35255 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-wadl-doclet --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/jersey-wadl-doclet-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-wadl-doclet --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/bom.xml [INFO] attaching as jersey-wadl-doclet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/bom.json [INFO] attaching as jersey-wadl-doclet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-wadl-doclet --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/jersey-wadl-doclet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-wadl-doclet --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/4.0.99-SNAPSHOT/jersey-wadl-doclet-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/jersey-wadl-doclet-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/4.0.99-SNAPSHOT/jersey-wadl-doclet-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/4.0.99-SNAPSHOT/jersey-wadl-doclet-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/4.0.99-SNAPSHOT/jersey-wadl-doclet-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/wadl-doclet/target-java12/jersey-wadl-doclet-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-wadl-doclet/4.0.99-SNAPSHOT/jersey-wadl-doclet-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-wadl-doclet --- [INFO] [INFO] --------< org.glassfish.jersey.media:jersey-media-json-binding >-------- [INFO] Building jersey-media-json-binding 4.0.99-SNAPSHOT [79/375] [INFO] from media/json-binding/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-binding --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-binding --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-binding --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-binding --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-binding --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-binding --- [INFO] Resources: [INFO] org/glassfish/jersey/jsonb/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/src/main/resources/org/glassfish/jersey/jsonb/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-binding --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-binding --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-binding --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-binding --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-binding --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/src/test/java/org/glassfish/jersey/jsonb/internal/JsonBindingProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-binding --- [INFO] Reserved port 39779 for jersey.config.test.container.port [INFO] Reserved port 43405 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-binding --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.068 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] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-binding --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/bom.xml [INFO] attaching as jersey-media-json-binding-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/bom.json [INFO] attaching as jersey-media-json-binding-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-binding --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-binding --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-binding --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/4.0.99-SNAPSHOT/jersey-media-json-binding-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/4.0.99-SNAPSHOT/jersey-media-json-binding-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/4.0.99-SNAPSHOT/jersey-media-json-binding-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/4.0.99-SNAPSHOT/jersey-media-json-binding-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-binding/target/jersey-media-json-binding-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-binding/4.0.99-SNAPSHOT/jersey-media-json-binding-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-binding --- [INFO] [INFO] -----------< org.glassfish.jersey.ext.microprofile:project >------------ [INFO] Building project 4.0.99-SNAPSHOT [80/375] [INFO] from ext/microprofile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 34281 for jersey.config.test.container.port [INFO] Reserved port 39305 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ----< org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client >----- [INFO] Building jersey-mp-rest-client 4.0.99-SNAPSHOT [81/375] [INFO] from ext/microprofile/mp-rest-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-rest-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-rest-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-rest-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-rest-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-rest-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-rest-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-mp-rest-client --- [INFO] Resources: [INFO] org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/resources/org/glassfish/jersey/microprofile/restclient/internal/localization.properties [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-rest-client --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-rest-client --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/BeanClassModel.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/main/java/org/glassfish/jersey/microprofile/restclient/InterfaceModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-rest-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-rest-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-rest-client --- [INFO] Reserved port 36487 for jersey.config.test.container.port [INFO] Reserved port 46259 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-rest-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.jersey.microprofile.restclient.InterfaceUtilTest [INFO] Running org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.glassfish.jersey.microprofile.restclient.InterceptorInvocationContextTest [INFO] Running org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.microprofile.restclient.RestClientBuilderImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-rest-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/bom.xml [INFO] attaching as jersey-mp-rest-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/bom.json [INFO] attaching as jersey-mp-rest-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-rest-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-rest-client --- [WARNING] Bundle org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.decorator.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-rest-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/4.0.99-SNAPSHOT/jersey-mp-rest-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/4.0.99-SNAPSHOT/jersey-mp-rest-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/4.0.99-SNAPSHOT/jersey-mp-rest-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/4.0.99-SNAPSHOT/jersey-mp-rest-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-rest-client/target/jersey-mp-rest-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-rest-client/4.0.99-SNAPSHOT/jersey-mp-rest-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-rest-client --- [INFO] [INFO] -------< org.glassfish.jersey.ext.microprofile:jersey-mp-config >------- [INFO] Building jersey-mp-config 4.0.99-SNAPSHOT [82/375] [INFO] from ext/microprofile/mp-config/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-mp-config --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-mp-config --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-mp-config --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-mp-config --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-mp-config --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-mp-config --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-mp-config --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/src/main/java/org/glassfish/jersey/microprofile/config/ConfigurationProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-mp-config --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-mp-config --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-mp-config --- [INFO] Reserved port 41673 for jersey.config.test.container.port [INFO] Reserved port 39863 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-mp-config --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.jersey.microprofile.config.ConfigurationProviderTest [INFO] Running org.glassfish.jersey.microprofile.config.ExternalPropertiesConfigurationFactoryTest Jan 07, 2024 2:37:03 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41673/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:37:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:03 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41673/ Jan 07, 2024 2:37:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:03 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:41673/ Jan 07, 2024 2:37:03 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.048 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] --- jar:3.3.0:jar (default-jar) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-mp-config --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/bom.xml [INFO] attaching as jersey-mp-config-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/bom.json [INFO] attaching as jersey-mp-config-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-mp-config --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-mp-config --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-mp-config --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/4.0.99-SNAPSHOT/jersey-mp-config-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/4.0.99-SNAPSHOT/jersey-mp-config-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/4.0.99-SNAPSHOT/jersey-mp-config-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/4.0.99-SNAPSHOT/jersey-mp-config-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/ext/microprofile/mp-config/target/jersey-mp-config-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/microprofile/jersey-mp-config/4.0.99-SNAPSHOT/jersey-mp-config-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-mp-config --- [INFO] [INFO] ---------------< org.glassfish.jersey.incubator:project >--------------- [INFO] Building jersey-incubator 4.0.99-SNAPSHOT [83/375] [INFO] from incubator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41523 for jersey.config.test.container.port [INFO] Reserved port 39357 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-cdi-inject-weld >-------- [INFO] Building jersey-inject-cdi-weld 4.0.99-SNAPSHOT [84/375] [INFO] from incubator/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi-inject-weld --- [INFO] [INFO] --- istack-commons:4.2.0: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/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/resources/org/glassfish/jersey/inject/weld/internal/managed/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi-inject-weld --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/WrappingJerseyInjectionTarget.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 43 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/ReflectionUtils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/WrappingJerseyInjectionTarget.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/main/java/org/glassfish/jersey/inject/weld/internal/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi-inject-weld --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 22 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/src/test/java/org/glassfish/jersey/inject/weld/internal/managed/DisposableSupplierTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi-inject-weld --- [INFO] Reserved port 43421 for jersey.config.test.container.port [INFO] Reserved port 44751 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest Jan 07, 2024 2:37:08 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 2:37:08 AM 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. Jan 07, 2024 2:37:08 AM 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. Jan 07, 2024 2:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:08 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:37:08 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 79d02d69-78cd-41a1-b1a4-fc6d689e689a initialized Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 79d02d69-78cd-41a1-b1a4-fc6d689e689a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 0b646d71-b374-4712-b997-89d5e335e18a initialized Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 0b646d71-b374-4712-b997-89d5e335e18a shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.inject.weld.internal.managed.InjectionManagerTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f8bad669-7195-46ae-b5d8-700c813e744f initialized Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f8bad669-7195-46ae-b5d8-700c813e744f shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s -- in org.glassfish.jersey.inject.weld.internal.managed.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1ae8b370-d589-414f-82fd-71f43c23160a initialized Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1ae8b370-d589-414f-82fd-71f43c23160a shut down [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.glassfish.jersey.inject.weld.internal.managed.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 56ca293e-a018-47f1-ba73-97345114d788 initialized Jan 07, 2024 2:37:09 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 56ca293e-a018-47f1-ba73-97345114d788 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.inject.weld.internal.managed.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM 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. Jan 07, 2024 2:37:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba27d021-4276-4693-9f9e-a361066a9dd9 initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba27d021-4276-4693-9f9e-a361066a9dd9 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierInstanceBindingTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container deaa5e4a-12e4-4fb2-99ba-6f91dc100641 initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container deaa5e4a-12e4-4fb2-99ba-6f91dc100641 shut down [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.inject.weld.internal.managed.ClientInstanceInjectionTest [INFO] Running org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 36293f00-4a01-470d-bfbf-115794ab92ff initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 36293f00-4a01-470d-bfbf-115794ab92ff shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1b81b02d-4ce6-4eae-b05e-2b332f12690d initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1b81b02d-4ce6-4eae-b05e-2b332f12690d shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f7c8815-5ec2-4598-b76f-7b184f5b7d15 initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f7c8815-5ec2-4598-b76f-7b184f5b7d15 shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 86abe9b0-9a27-4376-807d-709d48e21b9f initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 86abe9b0-9a27-4376-807d-709d48e21b9f shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 889f73fe-cb33-4441-a4b0-c5e1fa7d54f6 initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 889f73fe-cb33-4441-a4b0-c5e1fa7d54f6 shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 40df69b8-164e-4b96-b028-90cf3eafb52b initialized Jan 07, 2024 2:37:10 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 40df69b8-164e-4b96-b028-90cf3eafb52b shut down Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:10 AM 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. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3c0dc181-e1fb-4711-b80b-7f01411bd529 initialized Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3c0dc181-e1fb-4711-b80b-7f01411bd529 shut down Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1082b289-5a1a-4cf6-916a-0618ae196313 initialized Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1082b289-5a1a-4cf6-916a-0618ae196313 shut down Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 82161699-0919-4c28-a776-f311cfd415ec initialized Jan 07, 2024 2:37:11 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 82161699-0919-4c28-a776-f311cfd415ec shut down Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM 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. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:37:11 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.110 s -- in org.glassfish.jersey.inject.weld.internal.managed.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.weld.internal.injector.CachedConstructorAnalyzerTest Jan 07, 2024 2:37:11 AM 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.012 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.009 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] --- jar:3.3.0:jar (default-jar) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 29 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/bom.xml [INFO] attaching as jersey-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/bom.json [INFO] attaching as jersey-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi-inject-weld --- [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*, jakarta.annotation.*~] [WARNING] Bundle org.glassfish.jersey.incubator:jersey-cdi-inject-weld:jar:4.0.99-SNAPSHOT : Export org.glassfish.jersey.inject.weld.managed, has 1, private references [org.glassfish.jersey.inject.weld.internal.managed] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/4.0.99-SNAPSHOT/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/4.0.99-SNAPSHOT/jersey-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/4.0.99-SNAPSHOT/jersey-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/4.0.99-SNAPSHOT/jersey-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/cdi-inject-weld/target/jersey-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-cdi-inject-weld/4.0.99-SNAPSHOT/jersey-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi-inject-weld --- [INFO] [INFO] --------< org.glassfish.jersey.ext:jersey-declarative-linking >--------- [INFO] Building jersey-declarative-linking 4.0.99-SNAPSHOT [85/375] [INFO] from incubator/declarative-linking/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-declarative-linking --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-declarative-linking --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-declarative-linking --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-declarative-linking --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-declarative-linking --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-declarative-linking --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-declarative-linking --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-declarative-linking --- [INFO] Copying 0 resource from src/main/java to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldDescriptor.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/main/java/org/glassfish/jersey/linking/FieldProcessor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-declarative-linking --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-declarative-linking --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/integration/app/LinkingManualApplication.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/src/test/java/org/glassfish/jersey/linking/HeaderProcessorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-declarative-linking --- [INFO] Reserved port 34765 for jersey.config.test.container.port [INFO] Reserved port 39981 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-declarative-linking --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.linking.integration.LinkingManualTest Jan 07, 2024 2:37:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 s -- in org.glassfish.jersey.linking.integration.LinkingManualTest [INFO] Running org.glassfish.jersey.linking.integration.LinkingTest Jan 07, 2024 2:37:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] Jan 07, 2024 2:37:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:37:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] Jan 07, 2024 2:37:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34765/ Jan 07, 2024 2:37:18 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34765] Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:37:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34765] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 s -- in org.glassfish.jersey.linking.integration.LinkingTest [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.010 s -- in org.glassfish.jersey.linking.EntityDescriptorTest [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.043 s -- in org.glassfish.jersey.linking.HeaderProcessorTest [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.013 s -- in org.glassfish.jersey.linking.LinkELContextTest [INFO] Running org.glassfish.jersey.linking.FieldProcessorTest Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testComputedProperty INFO: Computed property Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testMap INFO: Map Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinks INFO: Links Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testArray INFO: Array Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testMixed INFO: Mixed EL and template vars link Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLinks INFO: EL binding Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResourceWithoutBindings INFO: QueryResource Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testNoRecursiveNesting INFO: No Recursive Nesting Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testQueryResource INFO: QueryResource Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testEL INFO: El link Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testELBindingOnLink INFO: EL binding Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testBeanParamResource INFO: BeanParamResource Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testELBinding INFO: EL binding Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testDoubleQueryResource INFO: QueryResource Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testCondition INFO: Condition Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testLinkStyles INFO: Link styles Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testSubresource INFO: Subresource Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testNesting INFO: Nesting Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testProcessLinksWithFields INFO: Links from field values Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testCollection INFO: Collection Jan 07, 2024 2:37:18 AM org.glassfish.jersey.linking.FieldProcessorTest testELScopes INFO: EL scopes [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.glassfish.jersey.linking.FieldProcessorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-declarative-linking --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/bom.xml [INFO] attaching as jersey-declarative-linking-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/bom.json [INFO] attaching as jersey-declarative-linking-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-declarative-linking --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-declarative-linking --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-declarative-linking --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/4.0.99-SNAPSHOT/jersey-declarative-linking-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/4.0.99-SNAPSHOT/jersey-declarative-linking-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/4.0.99-SNAPSHOT/jersey-declarative-linking-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/4.0.99-SNAPSHOT/jersey-declarative-linking-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/declarative-linking/target/jersey-declarative-linking-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/ext/jersey-declarative-linking/4.0.99-SNAPSHOT/jersey-declarative-linking-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-declarative-linking --- [INFO] [INFO] -------< org.glassfish.jersey.incubator:jersey-gae-integration >-------- [INFO] Building jersey-ext-gae-integration 4.0.99-SNAPSHOT [86/375] [INFO] from incubator/gae-integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-gae-integration --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-gae-integration --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-gae-integration --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-gae-integration --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-gae-integration --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-gae-integration --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-gae-integration --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-gae-integration --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-gae-integration --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-gae-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-gae-integration --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-gae-integration --- [INFO] Reserved port 45117 for jersey.config.test.container.port [INFO] Reserved port 45149 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-gae-integration --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/jersey-gae-integration-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-gae-integration --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/bom.xml [INFO] attaching as jersey-gae-integration-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/bom.json [INFO] attaching as jersey-gae-integration-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-gae-integration --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/jersey-gae-integration-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-gae-integration --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/4.0.99-SNAPSHOT/jersey-gae-integration-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/jersey-gae-integration-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/4.0.99-SNAPSHOT/jersey-gae-integration-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/4.0.99-SNAPSHOT/jersey-gae-integration-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/4.0.99-SNAPSHOT/jersey-gae-integration-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/gae-integration/target/jersey-gae-integration-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-gae-integration/4.0.99-SNAPSHOT/jersey-gae-integration-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-gae-integration --- [INFO] [INFO] ----------------< org.glassfish.jersey.media:html-json >---------------- [INFO] Building jersey-media-html-json 4.0.99-SNAPSHOT [87/375] [INFO] from incubator/html-json/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ html-json --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ html-json --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ html-json --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ html-json --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ html-json --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ html-json --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ html-json --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ html-json --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ html-json --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ html-json --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ html-json --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ html-json --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/src/test/java/org/glassfish/jersey/media/htmljson/ModelEntityOnArrayTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ html-json --- [INFO] Reserved port 35597 for jersey.config.test.container.port [INFO] Reserved port 44899 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ html-json --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest Jan 07, 2024 2:37:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.033 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnArrayTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityTest Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.266 s -- in org.glassfish.jersey.media.htmljson.ModelEntityTest [INFO] Running org.glassfish.jersey.media.htmljson.ComputedPropertyTest Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.jersey.media.htmljson.ComputedPropertyTest [INFO] Running org.glassfish.jersey.media.htmljson.ModelEntityOnListTest Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35597/ Jan 07, 2024 2:37:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35597] Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:37:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35597] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.media.htmljson.ModelEntityOnListTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/html-json-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ html-json --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/bom.xml [INFO] attaching as html-json-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/bom.json [INFO] attaching as html-json-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ html-json --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/html-json-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ html-json --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/4.0.99-SNAPSHOT/html-json-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/html-json-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/4.0.99-SNAPSHOT/html-json-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/4.0.99-SNAPSHOT/html-json-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/4.0.99-SNAPSHOT/html-json-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/html-json/target/html-json-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/html-json/4.0.99-SNAPSHOT/html-json-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ html-json --- [INFO] [INFO] ------< org.glassfish.jersey.incubator:jersey-injectless-client >------- [INFO] Building jersey-inject-injectless-client 4.0.99-SNAPSHOT [88/375] [INFO] from incubator/injectless-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-injectless-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-injectless-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-injectless-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-injectless-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-injectless-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-injectless-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-injectless-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-injectless-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-injectless-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-injectless-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-injectless-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-injectless-client --- [INFO] Reserved port 46817 for jersey.config.test.container.port [INFO] Reserved port 40625 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-injectless-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-injectless-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/bom.xml [INFO] attaching as jersey-injectless-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/bom.json [INFO] attaching as jersey-injectless-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-injectless-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-injectless-client --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-injectless-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/4.0.99-SNAPSHOT/jersey-injectless-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/4.0.99-SNAPSHOT/jersey-injectless-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/4.0.99-SNAPSHOT/jersey-injectless-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/4.0.99-SNAPSHOT/jersey-injectless-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/injectless-client/target/jersey-injectless-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-injectless-client/4.0.99-SNAPSHOT/jersey-injectless-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-injectless-client --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-kryo >------------ [INFO] Building jersey-media-kryo 4.0.99-SNAPSHOT [89/375] [INFO] from incubator/kryo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-kryo --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-kryo --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-kryo --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-kryo --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-kryo --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-kryo --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-kryo --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-kryo --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/main/java/org/glassfish/jersey/kryo/internal/KryoMessageBodyProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-kryo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-kryo --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-kryo --- [INFO] Reserved port 34669 for jersey.config.test.container.port [INFO] Reserved port 41005 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-kryo --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.kryo.PersonResourceTest Jan 07, 2024 2:37:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] Jan 07, 2024 2:37:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] Jan 07, 2024 2:37:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 s -- in org.glassfish.jersey.kryo.PersonResourceTest [INFO] Running org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest Jan 07, 2024 2:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] Jan 07, 2024 2:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] Jan 07, 2024 2:37:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:34669/ Jan 07, 2024 2:37:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34669] Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:37:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34669] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.glassfish.jersey.kryo.PersonResourceRegistrationNotRequiredTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-kryo --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/bom.xml [INFO] attaching as jersey-media-kryo-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/bom.json [INFO] attaching as jersey-media-kryo-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-kryo --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-kryo --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-kryo --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/4.0.99-SNAPSHOT/jersey-media-kryo-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/4.0.99-SNAPSHOT/jersey-media-kryo-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/4.0.99-SNAPSHOT/jersey-media-kryo-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/4.0.99-SNAPSHOT/jersey-media-kryo-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/kryo/target/jersey-media-kryo-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-kryo/4.0.99-SNAPSHOT/jersey-media-kryo-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-kryo --- [INFO] [INFO] ---------< org.glassfish.jersey.incubator:jersey-open-tracing >--------- [INFO] Building jersey-open-tracing 4.0.99-SNAPSHOT [90/375] [INFO] from incubator/open-tracing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-open-tracing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-open-tracing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-open-tracing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-open-tracing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-open-tracing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-open-tracing --- [INFO] Resources: [INFO] org/glassfish/jersey/opentracing/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/src/main/resources/org/glassfish/jersey/opentracing/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-open-tracing --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-open-tracing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-open-tracing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-open-tracing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-open-tracing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-open-tracing --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-open-tracing --- [INFO] Reserved port 38623 for jersey.config.test.container.port [INFO] Reserved port 33461 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-open-tracing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-open-tracing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/bom.xml [INFO] attaching as jersey-open-tracing-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/bom.json [INFO] attaching as jersey-open-tracing-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-open-tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-open-tracing --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-open-tracing --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/4.0.99-SNAPSHOT/jersey-open-tracing-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/4.0.99-SNAPSHOT/jersey-open-tracing-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/4.0.99-SNAPSHOT/jersey-open-tracing-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/4.0.99-SNAPSHOT/jersey-open-tracing-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/incubator/open-tracing/target/jersey-open-tracing-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/incubator/jersey-open-tracing/4.0.99-SNAPSHOT/jersey-open-tracing-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-open-tracing --- [INFO] [INFO] -------------< org.glassfish.jersey.inject:jersey-cdi2-se >------------- [INFO] Building jersey-inject-cdi2-se 4.0.99-SNAPSHOT [91/375] [INFO] from inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-cdi2-se --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-cdi2-se --- [INFO] Resources: [INFO] org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/resources/org/glassfish/jersey/inject/cdi/se/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-cdi2-se --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-cdi2-se --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/ReflectionUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/CachedConstructorAnalyzer.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/src/main/java/org/glassfish/jersey/inject/cdi/se/injector/WrappingJerseyInjectionTarget.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-cdi2-se --- [INFO] Reserved port 44699 for jersey.config.test.container.port [INFO] Reserved port 43739 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest Jan 07, 2024 2:37:34 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 2:37:34 AM 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. Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 067dcb6b-1b57-48e2-b758-0b8543b40cf9 initialized Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 067dcb6b-1b57-48e2-b758-0b8543b40cf9 shut down Jan 07, 2024 2:37:34 AM 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. Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 58b4c9fa-e54e-4455-9737-44496468023a initialized Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 58b4c9fa-e54e-4455-9737-44496468023a shut down Jan 07, 2024 2:37:34 AM 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. Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6a1031e-7f47-40de-9072-14fa575f2408 initialized Jan 07, 2024 2:37:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6a1031e-7f47-40de-9072-14fa575f2408 shut down Jan 07, 2024 2:37:34 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f89908d6-73cd-4006-b961-692da9d1437b initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f89908d6-73cd-4006-b961-692da9d1437b shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.979 s -- in org.glassfish.jersey.inject.cdi.se.ProviderInjectionTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.jersey.inject.cdi.se.injector.JerseyProxyResolverTest [INFO] Running org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest Jan 07, 2024 2:37:35 AM 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.045 s -- in org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzerTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierContractsTest Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 951294f1-0dc5-4c61-8145-9640008fce71 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 951294f1-0dc5-4c61-8145-9640008fce71 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6db803c8-e82a-4cea-acf5-c210c0571167 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6db803c8-e82a-4cea-acf5-c210c0571167 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5595a8b5-8f79-4893-a943-8ab0177a2f26 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5595a8b5-8f79-4893-a943-8ab0177a2f26 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6f88252d-32ea-40f9-b7a6-b26605576083 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6f88252d-32ea-40f9-b7a6-b26605576083 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e886cc82-9bad-4b4d-b7dc-2c9d7fd04a56 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e886cc82-9bad-4b4d-b7dc-2c9d7fd04a56 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b94b813c-3cc2-42a6-a768-e71588b3e2c1 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b94b813c-3cc2-42a6-a768-e71588b3e2c1 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b5e4095c-ffee-467a-8767-c0bc2c869e3f initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b5e4095c-ffee-467a-8767-c0bc2c869e3f shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 80621e6f-e9a9-4bf0-be62-2d9bac636fbe initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 80621e6f-e9a9-4bf0-be62-2d9bac636fbe shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 1c1e6cea-041d-4d67-b614-f8fc19bbbd11 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 1c1e6cea-041d-4d67-b614-f8fc19bbbd11 shut down Jan 07, 2024 2:37:35 AM 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.640 s -- in org.glassfish.jersey.inject.cdi.se.SupplierContractsTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7180dc8b-d821-44df-a5b0-715d0f43e58a initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7180dc8b-d821-44df-a5b0-715d0f43e58a shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e1d0568-f660-4fe3-b354-50fd667e5491 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e1d0568-f660-4fe3-b354-50fd667e5491 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd32f2fe-3d14-4370-b977-3118d88bdde4 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd32f2fe-3d14-4370-b977-3118d88bdde4 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cb22becf-bc7e-476c-8793-c92b32f518c3 initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cb22becf-bc7e-476c-8793-c92b32f518c3 shut down Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 16005c50-40a0-4c2a-9e68-af4eb788852a initialized Jan 07, 2024 2:37:35 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 16005c50-40a0-4c2a-9e68-af4eb788852a shut down [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.glassfish.jersey.inject.cdi.se.SupplierClassBindingTest [INFO] Running org.glassfish.jersey.inject.cdi.se.ThreadScopeTest Jan 07, 2024 2:37:35 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7eb5cb34-5a2e-47c6-9276-8b7aea2c30a2 initialized Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c2f214d-e69d-407c-88e2-a1917c2449ee initialized Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 90b6ee32-e2aa-4321-bd26-b31300059c2d initialized Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea144102-6372-4164-8c18-26186e8d7f01 initialized Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container de911949-3600-4bf4-aace-827d7fb51382 initialized [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.inject.cdi.se.ThreadScopeTest [INFO] Running org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fc68996a-fdbc-4cda-8acf-13e6a1093e27 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fc68996a-fdbc-4cda-8acf-13e6a1093e27 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b339b6b-0134-4102-981c-1e76fcfc7c43 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b339b6b-0134-4102-981c-1e76fcfc7c43 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fff229bf-af3c-4138-aab2-ea13d35e21f8 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fff229bf-af3c-4138-aab2-ea13d35e21f8 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 334a8f04-2880-4d17-b4f8-e711228fb61c initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 334a8f04-2880-4d17-b4f8-e711228fb61c shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8a9e6b77-b718-47c7-8eb4-28dcf7aa0c11 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8a9e6b77-b718-47c7-8eb4-28dcf7aa0c11 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e2d132f-daf9-4311-8bfe-6cf3217b064f initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e2d132f-daf9-4311-8bfe-6cf3217b064f shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 63718062-5bec-420d-b295-f305ef21268d initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 63718062-5bec-420d-b295-f305ef21268d shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a850acac-4681-4c47-bcde-10c0678e1de3 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a850acac-4681-4c47-bcde-10c0678e1de3 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 09b6efaa-db24-4634-838a-ee456020b0e8 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 09b6efaa-db24-4634-838a-ee456020b0e8 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 23e13157-8f15-40a5-ae5d-2875ae3073c6 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 23e13157-8f15-40a5-ae5d-2875ae3073c6 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e99cd85e-9621-47b7-9b9f-0aace474ddec initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e99cd85e-9621-47b7-9b9f-0aace474ddec shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ba785385-3fa5-4ae8-940d-bc33616535fc initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ba785385-3fa5-4ae8-940d-bc33616535fc shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8c9c368a-12c7-433e-9772-7eaa5c18f36d initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8c9c368a-12c7-433e-9772-7eaa5c18f36d shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4e3e6cdf-e6a1-48e6-bd4b-978a9c460416 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4e3e6cdf-e6a1-48e6-bd4b-978a9c460416 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a437aee2-326a-4c45-8f9c-bb106c22eee9 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a437aee2-326a-4c45-8f9c-bb106c22eee9 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9ba85c39-d827-46c3-b8d9-f98ec5739dd1 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9ba85c39-d827-46c3-b8d9-f98ec5739dd1 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e11bbc8e-2c4c-4b8e-975e-f0b217e7fc61 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e11bbc8e-2c4c-4b8e-975e-f0b217e7fc61 shut down [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s -- in org.glassfish.jersey.inject.cdi.se.DisposableSupplierTest [INFO] Running org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 999cb042-b167-4dd6-9bab-3a76efc33545 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 999cb042-b167-4dd6-9bab-3a76efc33545 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2c282d06-2885-414a-938c-3cb242f82f63 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2c282d06-2885-414a-938c-3cb242f82f63 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6b6d065-2787-460f-be2a-6c99df46d7d2 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6b6d065-2787-460f-be2a-6c99df46d7d2 shut down Jan 07, 2024 2:37:36 AM 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. Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 206e1645-8f2f-483b-8bdd-acfae30a7831 initialized Jan 07, 2024 2:37:36 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 206e1645-8f2f-483b-8bdd-acfae30a7831 shut down [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.glassfish.jersey.inject.cdi.se.SupplierInstanceBindingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/bom.xml [INFO] attaching as jersey-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/bom.json [INFO] attaching as jersey-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-cdi2-se --- [WARNING] Bundle org.glassfish.jersey.inject:jersey-cdi2-se:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [sun.misc.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/4.0.99-SNAPSHOT/jersey-cdi2-se-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/4.0.99-SNAPSHOT/jersey-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/4.0.99-SNAPSHOT/jersey-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/4.0.99-SNAPSHOT/jersey-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/inject/cdi2-se/target/jersey-cdi2-se-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/inject/jersey-cdi2-se/4.0.99-SNAPSHOT/jersey-cdi2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-cdi2-se --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-json-gson >---------- [INFO] Building jersey-media-json-gson 4.0.99-SNAPSHOT [92/375] [INFO] from media/json-gson/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-gson --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-gson --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-gson --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-gson --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-gson --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-gson --- [INFO] Resources: [INFO] org/glassfish/jersey/gson/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/src/main/resources/org/glassfish/jersey/gson/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-gson --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-gson --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-gson --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-gson --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-gson --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/src/test/java/org/glassfish/jersey/gson/internal/JsonGsonProviderTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-gson --- [INFO] Reserved port 35781 for jersey.config.test.container.port [INFO] Reserved port 41297 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-gson --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [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.080 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] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-gson --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/bom.xml [INFO] attaching as jersey-media-json-gson-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/bom.json [INFO] attaching as jersey-media-json-gson-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-gson --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-gson --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-gson --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/4.0.99-SNAPSHOT/jersey-media-json-gson-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/4.0.99-SNAPSHOT/jersey-media-json-gson-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/4.0.99-SNAPSHOT/jersey-media-json-gson-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/4.0.99-SNAPSHOT/jersey-media-json-gson-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-gson/target/jersey-media-json-gson-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-gson/4.0.99-SNAPSHOT/jersey-media-json-gson-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-gson --- [INFO] [INFO] -------< org.glassfish.jersey.media:jersey-media-json-jettison >-------- [INFO] Building jersey-media-json-jettison 4.0.99-SNAPSHOT [93/375] [INFO] from media/json-jettison/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-jettison --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-jettison --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-jettison --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-jettison --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-jettison --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-jettison --- [INFO] Resources: [INFO] org/glassfish/jersey/jettison/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/src/main/resources/org/glassfish/jersey/jettison/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-jettison --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-jettison --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-jettison --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-jettison --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-jettison --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-jettison --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-jettison --- [INFO] Reserved port 44935 for jersey.config.test.container.port [INFO] Reserved port 34693 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-jettison --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-jettison --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/bom.xml [INFO] attaching as jersey-media-json-jettison-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/bom.json [INFO] attaching as jersey-media-json-jettison-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-jettison --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-jettison --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-jettison --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/4.0.99-SNAPSHOT/jersey-media-json-jettison-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/4.0.99-SNAPSHOT/jersey-media-json-jettison-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/4.0.99-SNAPSHOT/jersey-media-json-jettison-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/4.0.99-SNAPSHOT/jersey-media-json-jettison-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-jettison/target/jersey-media-json-jettison-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jettison/4.0.99-SNAPSHOT/jersey-media-json-jettison-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [94/375] [INFO] from media/json-processing/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-json-processing --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-json-processing --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-json-processing --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-json-processing --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-json-processing --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-json-processing --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-json-processing --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-json-processing --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-json-processing --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-json-processing --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-json-processing --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-json-processing --- [INFO] Reserved port 33409 for jersey.config.test.container.port [INFO] Reserved port 33811 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-json-processing --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableServerTest Jan 07, 2024 2:37:42 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 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.209 s -- in org.glassfish.jersey.jsonp.JsonProcessingAutoDiscoverableClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-json-processing --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/bom.xml [INFO] attaching as jersey-media-json-processing-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/bom.json [INFO] attaching as jersey-media-json-processing-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-json-processing --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-json-processing --- [WARNING] Bundle org.glassfish.jersey.media:jersey-media-json-processing:jar:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.json.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-json-processing --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/4.0.99-SNAPSHOT/jersey-media-json-processing-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/4.0.99-SNAPSHOT/jersey-media-json-processing-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/4.0.99-SNAPSHOT/jersey-media-json-processing-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/4.0.99-SNAPSHOT/jersey-media-json-processing-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/json-processing/target/jersey-media-json-processing-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-json-processing/4.0.99-SNAPSHOT/jersey-media-json-processing-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-json-processing --- [INFO] [INFO] ------------< org.glassfish.jersey.media:jersey-media-moxy >------------ [INFO] Building jersey-media-moxy 4.0.99-SNAPSHOT [95/375] [INFO] from media/moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-moxy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-moxy --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-moxy --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-moxy --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-moxy --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-moxy --- [INFO] Resources: [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-moxy --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- jflex:1.4.3:generate (default) @ jersey-media-moxy --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-moxy --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-moxy --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-moxy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/internal/ConfigurableMoxyJsonProvider.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/main/java/org/glassfish/jersey/moxy/json/MoxyJsonConfig.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-moxy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-moxy --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-moxy --- [INFO] Reserved port 46081 for jersey.config.test.container.port [INFO] Reserved port 38397 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-moxy --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-moxy --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/bom.xml [INFO] attaching as jersey-media-moxy-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/bom.json [INFO] attaching as jersey-media-moxy-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-moxy --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-moxy --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/4.0.99-SNAPSHOT/jersey-media-moxy-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/4.0.99-SNAPSHOT/jersey-media-moxy-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/4.0.99-SNAPSHOT/jersey-media-moxy-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/4.0.99-SNAPSHOT/jersey-media-moxy-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/moxy/target/jersey-media-moxy-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-moxy/4.0.99-SNAPSHOT/jersey-media-moxy-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-moxy --- [INFO] [INFO] ---------< org.glassfish.jersey.media:jersey-media-multipart >---------- [INFO] Building jersey-media-multipart 4.0.99-SNAPSHOT [96/375] [INFO] from media/multipart/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-media-multipart --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-media-multipart --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-media-multipart --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-media-multipart --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-media-multipart --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ jersey-media-multipart --- [INFO] Resources: [INFO] org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/main/resources/org/glassfish/jersey/media/multipart/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-media-multipart --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-media-multipart --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-media-multipart --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 34 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/main/java/org/glassfish/jersey/media/multipart/BodyPart.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-media-multipart --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-media-multipart --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/internal/FormDataMultiPartReaderWriterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/src/test/java/org/glassfish/jersey/media/multipart/StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-media-multipart --- [INFO] Reserved port 45011 for jersey.config.test.container.port [INFO] Reserved port 40723 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-media-multipart --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.media.multipart.file.StreamDataBodyPartTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 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.046 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.005 s -- in org.glassfish.jersey.media.multipart.BodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartTest Jan 07, 2024 2:37:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartTest [INFO] Running org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.media.multipart.internal.EntityPartBeansTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:50 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartBufferTest [INFO] Running org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:37:51 AM 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] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:51 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:37:52 AM 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] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s -- in org.glassfish.jersey.media.multipart.internal.MultiPartHeaderModificationTest [INFO] Running org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.805 s -- in org.glassfish.jersey.media.multipart.internal.FormDataMultiPartReaderWriterTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataMultiPartTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.002 s -- in org.glassfish.jersey.media.multipart.MultiPartTest [INFO] Running org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.media.multipart.FormDataBodyPartTest [INFO] Running org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.jersey.media.multipart.ParameterizedHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.media.multipart.MultiPartMediaTypesTest [INFO] Running org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.jersey.media.multipart.StringKeyIgnoreCaseMultivaluedMapAsHeadersMapTest [INFO] Running org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest Jan 07, 2024 2:37:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:37:54 AM 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] Jan 07, 2024 2:37:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] Jan 07, 2024 2:37:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45011/ Jan 07, 2024 2:37:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:37:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45011] Jan 07, 2024 2:37:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:37:55 AM 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] Jan 07, 2024 2:37:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45011] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.glassfish.jersey.media.multipart.MultipartMixedWithApacheClientTest [INFO] Running org.glassfish.jersey.media.multipart.MediaTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.jersey.media.multipart.MediaTypeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 119, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-media-multipart --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/bom.xml [INFO] attaching as jersey-media-multipart-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/bom.json [INFO] attaching as jersey-media-multipart-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-media-multipart --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jersey-media-multipart --- [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-media-multipart --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/4.0.99-SNAPSHOT/jersey-media-multipart-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/4.0.99-SNAPSHOT/jersey-media-multipart-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/4.0.99-SNAPSHOT/jersey-media-multipart-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/4.0.99-SNAPSHOT/jersey-media-multipart-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/media/multipart/target/jersey-media-multipart-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/media/jersey-media-multipart/4.0.99-SNAPSHOT/jersey-media-multipart-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-media-multipart --- [INFO] [INFO] ---------------< org.glassfish.jersey.security:project >---------------- [INFO] Building jersey-security 4.0.99-SNAPSHOT [97/375] [INFO] from security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 38567 for jersey.config.test.container.port [INFO] Reserved port 44617 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -----------< org.glassfish.jersey.security:oauth1-signature >----------- [INFO] Building oauth1-signature 4.0.99-SNAPSHOT [98/375] [INFO] from security/oauth1-signature/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-signature --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-signature --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-signature --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-signature --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-signature --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-signature --- [INFO] Resources: [INFO] org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/src/main/resources/org/glassfish/jersey/oauth1/signature/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-signature --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-signature --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-signature --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-signature --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-signature --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/src/test/java/org/glassfish/jersey/oauth1/signature/DummyRequest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-signature --- [INFO] Reserved port 46589 for jersey.config.test.container.port [INFO] Reserved port 37071 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-signature --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.glassfish.jersey.oauth1.signature.SignatureTest [INFO] Running org.glassfish.jersey.oauth1.signature.OAuthBase64Test SGVsbG8gV29ybGQxMjM0NTY3ODlqaGZzbGpraDM0N3V3ZWloZDc4MzR5Zm9pdWhlZjVyZTRnNTRlczM1Z2Y0NzR3NS8= [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.oauth1.signature.OAuthBase64Test [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] --- jar:3.3.0:jar (default-jar) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/oauth1-signature-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-signature --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/bom.xml [INFO] attaching as oauth1-signature-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/bom.json [INFO] attaching as oauth1-signature-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-signature --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/oauth1-signature-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-signature --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/4.0.99-SNAPSHOT/oauth1-signature-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/oauth1-signature-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/4.0.99-SNAPSHOT/oauth1-signature-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/4.0.99-SNAPSHOT/oauth1-signature-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/4.0.99-SNAPSHOT/oauth1-signature-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-signature/target/oauth1-signature-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-signature/4.0.99-SNAPSHOT/oauth1-signature-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-signature --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-client >------------- [INFO] Building jersey-security 4.0.99-SNAPSHOT [99/375] [INFO] from security/oauth1-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth1-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/src/main/resources/org/glassfish/jersey/client/oauth1/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-client --- [INFO] Reserved port 33263 for jersey.config.test.container.port [INFO] Reserved port 45013 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/oauth1-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/bom.xml [INFO] attaching as oauth1-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/bom.json [INFO] attaching as oauth1-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/oauth1-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/4.0.99-SNAPSHOT/oauth1-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/oauth1-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/4.0.99-SNAPSHOT/oauth1-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/4.0.99-SNAPSHOT/oauth1-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/4.0.99-SNAPSHOT/oauth1-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-client/target/oauth1-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-client/4.0.99-SNAPSHOT/oauth1-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-client --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth1-server >------------- [INFO] Building oauth1-server 4.0.99-SNAPSHOT [100/375] [INFO] from security/oauth1-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth1-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth1-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth1-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth1-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth1-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth1-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth1-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth1-server --- [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth1-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth1-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth1-server --- [INFO] Reserved port 45353 for jersey.config.test.container.port [INFO] Reserved port 35705 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth1-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s -- in org.glassfish.jersey.server.oauth1.NonceManagerTest [INFO] Running org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.jersey.server.oauth1.OAuth1ExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/oauth1-server-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth1-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/bom.xml [INFO] attaching as oauth1-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/bom.json [INFO] attaching as oauth1-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth1-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/oauth1-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth1-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/4.0.99-SNAPSHOT/oauth1-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/oauth1-server-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/4.0.99-SNAPSHOT/oauth1-server-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/4.0.99-SNAPSHOT/oauth1-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/4.0.99-SNAPSHOT/oauth1-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth1-server/target/oauth1-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth1-server/4.0.99-SNAPSHOT/oauth1-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth1-server --- [INFO] [INFO] ------------< org.glassfish.jersey.security:oauth2-client >------------- [INFO] Building oauth2-client 4.0.99-SNAPSHOT [101/375] [INFO] from security/oauth2-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ oauth2-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ oauth2-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ oauth2-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ oauth2-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ oauth2-client --- [INFO] [INFO] --- istack-commons:4.2.0:rs-gen (default) @ oauth2-client --- [INFO] Resources: [INFO] org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] Processing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/src/main/resources/org/glassfish/jersey/client/oauth2/internal/localization.properties [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ oauth2-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ oauth2-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oauth2-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ oauth2-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/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/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/src/main/java/org/glassfish/jersey/client/oauth2/AbstractAuthorizationCodeGrantBuilder.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ oauth2-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ oauth2-client --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ oauth2-client --- [INFO] Reserved port 46323 for jersey.config.test.container.port [INFO] Reserved port 36923 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ oauth2-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/oauth2-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ oauth2-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/bom.xml [INFO] attaching as oauth2-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/bom.json [INFO] attaching as oauth2-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ oauth2-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/oauth2-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ oauth2-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/4.0.99-SNAPSHOT/oauth2-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/oauth2-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/4.0.99-SNAPSHOT/oauth2-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/4.0.99-SNAPSHOT/oauth2-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/4.0.99-SNAPSHOT/oauth2-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/security/oauth2-client/target/oauth2-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/security/oauth2-client/4.0.99-SNAPSHOT/oauth2-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ oauth2-client --- [INFO] [INFO] ---< org.glassfish.jersey.test-framework:jersey-test-framework-util >--- [INFO] Building jersey-test-framework-util 4.0.99-SNAPSHOT [102/375] [INFO] from test-framework/util/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-test-framework-util --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-test-framework-util --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-test-framework-util --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-test-framework-util --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-test-framework-util --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-test-framework-util --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-test-framework-util --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/main/java/org/glassfish/jersey/test/util/runner/ConcurrentParameterizedRunner.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-test-framework-util --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-test-framework-util --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-test-framework-util --- [INFO] Reserved port 41651 for jersey.config.test.container.port [INFO] Reserved port 37871 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-test-framework-util --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.test.util.client.LoopBackConnectorTest Jan 07, 2024 2:38:09 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:38:09 AM 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.511 s -- in org.glassfish.jersey.test.util.client.LoopBackConnectorTest [INFO] Running org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.040 s -- in org.glassfish.jersey.test.util.runner.ConcurrentRunnerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/jersey-test-framework-util-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-test-framework-util --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/bom.xml [INFO] attaching as jersey-test-framework-util-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/bom.json [INFO] attaching as jersey-test-framework-util-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-test-framework-util --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/jersey-test-framework-util-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-test-framework-util --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/4.0.99-SNAPSHOT/jersey-test-framework-util-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/jersey-test-framework-util-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/4.0.99-SNAPSHOT/jersey-test-framework-util-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/4.0.99-SNAPSHOT/jersey-test-framework-util-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/4.0.99-SNAPSHOT/jersey-test-framework-util-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/test-framework/util/target/jersey-test-framework-util-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/test-framework/jersey-test-framework-util/4.0.99-SNAPSHOT/jersey-test-framework-util-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-test-framework-util --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:project >----------------- [INFO] Building jersey-tests 4.0.99-SNAPSHOT [103/375] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36961 for jersey.config.test.container.port [INFO] Reserved port 38619 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------------< org.glassfish.jersey.tests:e2e >------------------- [INFO] Building jersey-tests-e2e 4.0.99-SNAPSHOT [104/375] [INFO] from tests/e2e/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 91 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/HeaderParamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/common/HeaderParamTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/src/test/java/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e --- [INFO] Reserved port 44681 for jersey.config.test.container.port [INFO] Reserved port 34623 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.api.ExceptionTest Jan 07, 2024 2:38:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Unknown HK2 failure detected: MultiException stack 1 of 3 jakarta.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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:234) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:769) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.392 s -- in org.glassfish.jersey.tests.api.ExceptionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderBasicTest Jan 07, 2024 2:38:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:19 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:44681/locationWithBody Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:19 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest testNullLocation INFO: Location resolved from response > null Jan 07, 2024 2:38:19 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest$ResponseTest locationTest INFO: URI Created in the resource method > location Jan 07, 2024 2:38:19 AM org.glassfish.jersey.tests.api.LocationHeaderBasicTest checkResource INFO: Location resolved from response > http://localhost:44681/location Jan 07, 2024 2:38:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 s -- in org.glassfish.jersey.tests.api.LocationHeaderBasicTest [INFO] Running org.glassfish.jersey.tests.api.ResponseIntegrationTest Jan 07, 2024 2:38:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:22 AM 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 Jan 07, 2024 2:38:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:22 AM 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 Jan 07, 2024 2:38:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.790 s -- in org.glassfish.jersey.tests.api.ResponseIntegrationTest [INFO] Running org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.120 s -- in org.glassfish.jersey.tests.api.AcceptMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.api.QualitySourceMediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.tests.api.ContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderAsyncTest Jan 07, 2024 2:38:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:26 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:26 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:26 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testExecutorAsync INFO: Location resolved from response > http://localhost:44681/ResponseTest/executorAsync Jan 07, 2024 2:38:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:26 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:27 AM org.glassfish.jersey.tests.api.LocationHeaderAsyncTest testAsync INFO: Location resolved from response > http://localhost:44681/ResponseTest/locationAsync Jan 07, 2024 2:38:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.882 s -- in org.glassfish.jersey.tests.api.LocationHeaderAsyncTest [INFO] Running org.glassfish.jersey.tests.api.UnsafeCharsInUriTest Jan 07, 2024 2:38:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.425 s -- in org.glassfish.jersey.tests.api.UnsafeCharsInUriTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyWriterTest Jan 07, 2024 2:38:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.709 s -- in org.glassfish.jersey.tests.api.MessageBodyWriterTest [INFO] Running org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.api.ConsumeProduceTest [INFO] Running org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.glassfish.jersey.tests.api.EntityTagProviderTest [INFO] Running org.glassfish.jersey.tests.api.ClientInvocationTest Jan 07, 2024 2:38:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:38:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:38:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.314 s -- in org.glassfish.jersey.tests.api.ClientInvocationTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest Jan 07, 2024 2:38:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:39 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest$ResponseTest locationTest INFO: URI Created in the resource method > location Jan 07, 2024 2:38:39 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocation INFO: Location resolved from response > location Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:39 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testNullLocation INFO: Location resolved from response > null Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:39 AM org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest testLocationWithSlash INFO: Location resolved from response > /location Jan 07, 2024 2:38:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithAbsolutizationDisabledTest [INFO] Running org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.api.CacheControlImplTest [INFO] Running org.glassfish.jersey.tests.api.RestrictedHeaderTest Jan 07, 2024 2:38:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Headers: {origin=[http://example.com], access-control-request-method=[POST], user-agent=[Jersey/4.0.99-SNAPSHOT (Apache HttpClient 4.5.14)], testus=[Hello], host=[localhost:44681], connection=[Keep-Alive], accept-encoding=[gzip,deflate]} Jan 07, 2024 2:38:42 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Jan 07, 2024 2:38:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:43 AM 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/4.0.99-SNAPSHOT (HttpUrlConnection 21)], host=[localhost:44681], accept=[*/*], connection=[keep-alive]} Jan 07, 2024 2:38:43 AM org.glassfish.jersey.tests.api.RestrictedHeaderTest$MyResource getOptions INFO: CORS headers found. Jan 07, 2024 2:38:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.961 s -- in org.glassfish.jersey.tests.api.RestrictedHeaderTest [INFO] Running org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.tests.api.MediaTypeProviderTest [INFO] Running org.glassfish.jersey.tests.api.VariantsTest Jan 07, 2024 2:38:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Accept-Language Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:38:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.521 s -- in org.glassfish.jersey.tests.api.VariantsTest [INFO] Running org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.glassfish.jersey.tests.api.FormDataContentDispositionTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderFiltersTest Jan 07, 2024 2:38:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest locationTestWithFilter INFO: URI Created in the resource method > location Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationFilter filter INFO: LocationManipulationFilter applied. Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44681/ResponseTest/UriChangedByFilter Jan 07, 2024 2:38:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:49 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationInterceptor aroundWriteTo INFO: LocationManipulationInterceptor applied. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44681/ResponseTest/UriChangedByInterceptor Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest.exceptionMapperSync(LocationHeaderFiltersTest.java:240) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$AbortingPreMatchingRequestFilter filter INFO: Aborting request in the request filter. Returning status created. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest checkResource INFO: Location resolved from response > http://localhost:44681/uriAfterPreMatchingAbortion/SUCCESS Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$4.run(LocationHeaderFiltersTest.java:280) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:38:50 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. jakarta.ws.rs.WebApplicationException: HTTP 500 Internal Server Error at org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$MyTest$3.run(LocationHeaderFiltersTest.java:259) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationInterceptor registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: LocationManipulationFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: BaseUriChangingPreMatchingFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: AbortingRequestFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$LocationManipulationDynamicBinding configure INFO: UriCheckingResponseFilter registered. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:38:51 AM org.glassfish.jersey.tests.api.LocationHeaderFiltersTest$1 run INFO: Thread pool initialized. Jan 07, 2024 2:38:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.392 s -- in org.glassfish.jersey.tests.api.LocationHeaderFiltersTest [INFO] Running org.glassfish.jersey.tests.api.AnnotationInheritanceTest Jan 07, 2024 2:38:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:38:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 s -- in org.glassfish.jersey.tests.api.AnnotationInheritanceTest [INFO] Running org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.api.LocaleProviderTest [INFO] Running org.glassfish.jersey.tests.api.CookieImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.glassfish.jersey.tests.api.CookieImplTest [INFO] Running org.glassfish.jersey.tests.api.SourceEntityProviderTest Jan 07, 2024 2:38:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:38:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:38:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.609 s -- in org.glassfish.jersey.tests.api.SourceEntityProviderTest [INFO] Running org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest Jan 07, 2024 2:38:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:00 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocation INFO: Location resolved from response > http://localhost:44681/test/location Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:00 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testNullLocation INFO: Location resolved from response > null Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:01 AM org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest testLocationWithSlash INFO: Location resolved from response > http://localhost:44681/location Jan 07, 2024 2:39:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s -- in org.glassfish.jersey.tests.api.LocationHeaderWithIncompatibleFlagTest [INFO] Running org.glassfish.jersey.tests.api.ResponseE2ETest Jan 07, 2024 2:39:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:39:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.264 s -- in org.glassfish.jersey.tests.api.ResponseE2ETest [INFO] Running org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.tests.api.HttpHeaderTest [INFO] Running org.glassfish.jersey.tests.api.AbortingFilterTest Jan 07, 2024 2:39:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:06 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: The request cannot be aborted as it is already in the response processing phase. at org.glassfish.jersey.internal.guava.Preconditions.checkState(Preconditions.java:169) at org.glassfish.jersey.server.ContainerRequest.abortWith(ContainerRequest.java:556) at org.glassfish.jersey.tests.api.AbortingFilterTest$AbortingResponseFilter.filter(AbortingFilterTest.java:97) 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:383) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:39:06 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingResponseFilter INFO: Response status is: 500 Jan 07, 2024 2:39:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest testAbortingFilterWithApacheConnector INFO: Response status is: 401 Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in RequestFilter. Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Aborting will take place in ResponseFilter. Jan 07, 2024 2:39:07 AM org.glassfish.jersey.tests.api.AbortingFilterTest$FilterDynamicBinding configure INFO: Response will not be aborted. Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:39:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.254 s -- in org.glassfish.jersey.tests.api.AbortingFilterTest [INFO] Running org.glassfish.jersey.tests.api.OptionsTest Jan 07, 2024 2:39:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.545 s -- in org.glassfish.jersey.tests.api.OptionsTest [INFO] Running org.glassfish.jersey.tests.api.MessageBodyReaderTest Jan 07, 2024 2:39:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.620 s -- in org.glassfish.jersey.tests.api.MessageBodyReaderTest [INFO] Running org.glassfish.jersey.tests.api.ApplicationCachingTest Jan 07, 2024 2:39:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s -- in org.glassfish.jersey.tests.api.ApplicationCachingTest [INFO] Running org.glassfish.jersey.tests.api.ConstructorSelectionTest Jan 07, 2024 2:39:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s -- in org.glassfish.jersey.tests.api.ConstructorSelectionTest [INFO] Running org.glassfish.jersey.tests.api.ResponseTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.glassfish.jersey.tests.api.ResponseTest [INFO] Running org.glassfish.jersey.tests.api.ResourceContextTest Jan 07, 2024 2:39:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.026 s -- in org.glassfish.jersey.tests.api.ResourceContextTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest Jan 07, 2024 2:39:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:39:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.429 s -- in org.glassfish.jersey.tests.e2e.container.GrizzlySlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest Jan 07, 2024 2:39:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:39:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:24 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:25 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:28 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:31 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:35 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:38 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:39:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:41 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.76 s -- in org.glassfish.jersey.tests.e2e.container.LeadingSlashesTest [INFO] Running org.glassfish.jersey.tests.e2e.container.QueryParamTest Jan 07, 2024 2:39:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:44 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:44 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:44 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:48 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.807 s -- in org.glassfish.jersey.tests.e2e.container.QueryParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.EscapedUriTest Jan 07, 2024 2:39:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:39:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:39:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:51 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:51 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:51 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:51 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:54 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:39:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:39:58 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.219 s -- in org.glassfish.jersey.tests.e2e.container.EscapedUriTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest Jan 07, 2024 2:39:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:00 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:00 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:04 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.583 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterMetadataTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest Jan 07, 2024 2:40:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:06 AM 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. Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:06 AM 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. Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:06 AM 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. Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:40:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:07 AM 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. Jan 07, 2024 2:40:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:278) ... 22 more Jan 07, 2024 2:40:07 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:313) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:456) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:40:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:278) ... 22 more Jan 07, 2024 2:40:07 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:313) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:456) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:40:07 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:280) ... 30 more Jan 07, 2024 2:40:07 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:280) ... 30 more Jan 07, 2024 2:40:10 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:10 AM 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. Jan 07, 2024 2:40:10 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:278) ... 22 more Jan 07, 2024 2:40:10 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:313) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:456) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:40:10 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:280) ... 30 more Jan 07, 2024 2:40:13 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:14 AM 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. Jan 07, 2024 2:40:14 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:649) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:278) ... 22 more Jan 07, 2024 2:40:14 AM org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter failure WARNING: Unable to send a failure response. java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.failure(JdkHttpHandlerContainer.java:313) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:456) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:40:14 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. org.glassfish.jersey.server.ContainerException: Error writing out the response headers. at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:284) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer.handle(JdkHttpHandlerContainer.java:144) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:101) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:871) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:98) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:847) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: headers already sent at jdk.httpserver/sun.net.httpserver.ExchangeImpl.sendResponseHeaders(ExchangeImpl.java:206) at jdk.httpserver/sun.net.httpserver.HttpExchangeImpl.sendResponseHeaders(HttpExchangeImpl.java:85) at org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer$ResponseWriter.writeResponseStatusAndHeaders(JdkHttpHandlerContainer.java:280) ... 30 more Jan 07, 2024 2:40:17 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:40:17 AM 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. Jan 07, 2024 2:40:17 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:17 AM 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. Jan 07, 2024 2:40:17 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:17 AM 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. Jan 07, 2024 2:40:17 AM 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. Jan 07, 2024 2:40:17 AM 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. Jan 07, 2024 2:40:17 AM 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: 12.73 s -- in org.glassfish.jersey.tests.e2e.container.ResponseWriterOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.MatrixParamTest Jan 07, 2024 2:40:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:20 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:20 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:20 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:23 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.820 s -- in org.glassfish.jersey.tests.e2e.container.MatrixParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest Jan 07, 2024 2:40:24 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:40:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:29 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:40:32 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:40:35 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/base Jan 07, 2024 2:40:38 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/base [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.97 s -- in org.glassfish.jersey.tests.e2e.container.JdkSlashesWithContextPathTest [INFO] Running org.glassfish.jersey.tests.e2e.container.HeadTest Jan 07, 2024 2:40:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:40:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:40:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.990 s -- in org.glassfish.jersey.tests.e2e.container.HeadTest [INFO] Running org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest Jan 07, 2024 2:40:46 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:40:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:47 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.749 s -- in org.glassfish.jersey.tests.e2e.container.JettyEmptyHeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest Jan 07, 2024 2:40:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:40:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:40:50 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:50 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:50 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:50 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:50 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:53 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:56 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:40:57 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.361 s -- in org.glassfish.jersey.tests.e2e.container.GzipContentEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Jan 07, 2024 2:40:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:40:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:40:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:40:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:40:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Jan 07, 2024 2:41:00 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:41:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.558 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Jan 07, 2024 2:41:02 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.468 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest Jan 07, 2024 2:41:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$GrizzlyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest Jan 07, 2024 2:41:06 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$JettyContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest Jan 07, 2024 2:41:06 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test$SimpleContainerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s -- in org.glassfish.jersey.tests.e2e.container.Jersey2462Test [INFO] Running org.glassfish.jersey.tests.e2e.container.TrailingSlashTest Jan 07, 2024 2:41:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:09 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:09 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:09 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:09 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:09 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:12 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:15 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:41:16 AM org.glassfish.jersey.test.jetty.JettyTestContainerFactory$JettyTestContainer INFO: Creating JettyTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.147 s -- in org.glassfish.jersey.tests.e2e.container.TrailingSlashTest [INFO] Running org.glassfish.jersey.tests.e2e.container.ApplicationPathTest Jan 07, 2024 2:41:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:18 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:44681/ SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.082 s -- in org.glassfish.jersey.tests.e2e.container.ApplicationPathTest [INFO] Running org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest Jan 07, 2024 2:41:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.443 s -- in org.glassfish.jersey.tests.e2e.common.Hk2BinderSupportTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest Jan 07, 2024 2:41:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Jan 07, 2024 2:41:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:41:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:41:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.623 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Jan 07, 2024 2:41:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.072 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Jan 07, 2024 2:41:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:35 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:41:35 AM 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 Jan 07, 2024 2:41:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.489 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Jan 07, 2024 2:41:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:36 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-1-worker-1 1 > GET http://localhost:44681/ 1 > custom_header: client/request Jan 07, 2024 2:41:36 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:41:36 AM 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 Jan 07, 2024 2:41:37 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-1-worker-1 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 ForkJoinPool-1-worker-1 1 > GET http://localhost:44681/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) 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 ForkJoinPool-1-worker-1 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 Jan 07, 2024 2:41:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest Jan 07, 2024 2:41:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:41:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:41:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.673 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.318 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:41:41 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:41:41 AM 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 Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$ContainerAutodiscoveryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest Jan 07, 2024 2:41:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:41:41 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Sending client request on thread ForkJoinPool-2-worker-1 1 > GET http://localhost:44681/ 1 > custom_header: client/request Jan 07, 2024 2:41:41 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) Jan 07, 2024 2:41:41 AM 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 Jan 07, 2024 2:41:41 AM org.glassfish.jersey.logging.LoggingInterceptor log INFO: 1 * Client response received on thread ForkJoinPool-2-worker-1 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 ForkJoinPool-2-worker-1 1 > GET http://localhost:44681/ 1 > custom_header: client/request 1 * Server has received a request on thread grizzly-http-server-0 1 > GET http://localhost:44681/ 1 > accept: */* 1 > connection: keep-alive 1 > custom_header: client/request 1 > host: localhost:44681 1 > user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21) 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 ForkJoinPool-2-worker-1 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 Jan 07, 2024 2:41:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest$FiltersOrderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.159 s -- in org.glassfish.jersey.tests.e2e.common.LoggingFeatureTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest Jan 07, 2024 2:41:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.473 s -- in org.glassfish.jersey.tests.e2e.common.ForcedAutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ReaderProviderTest Jan 07, 2024 2:41:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:41:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.180 s -- in org.glassfish.jersey.tests.e2e.common.ReaderProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderParamTest Jan 07, 2024 2:41:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.688 s -- in org.glassfish.jersey.tests.e2e.common.HeaderParamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentLengthTest Jan 07, 2024 2:41:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.089 s -- in org.glassfish.jersey.tests.e2e.common.ContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest Jan 07, 2024 2:41:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.514 s -- in org.glassfish.jersey.tests.e2e.common.AutoDiscoverableTest [INFO] Running org.glassfish.jersey.tests.e2e.common.EncodingTest Jan 07, 2024 2:41:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:41:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:41:56 AM 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:126) at org.glassfish.jersey.message.internal.HttpHeaderReader.readQualityFactorParameter(HttpHeaderReader.java:251) 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:383) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:41:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:41:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.120 s -- in org.glassfish.jersey.tests.e2e.common.EncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest Jan 07, 2024 2:41:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:41:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:41:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:41:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:41:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s -- in org.glassfish.jersey.tests.e2e.common.FeatureConstraintTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NoEntityTest Jan 07, 2024 2:41:59 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:00 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:44681/ [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.673 s -- in org.glassfish.jersey.tests.e2e.common.NoEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest Jan 07, 2024 2:42:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:02 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "foo" at org.glassfish.jersey.message.internal.OutboundMessageContext.exception(OutboundMessageContext.java:234) at org.glassfish.jersey.message.internal.OutboundMessageContext.singleHeader(OutboundMessageContext.java:228) at org.glassfish.jersey.message.internal.OutboundMessageContext.getDate(OutboundMessageContext.java:253) at org.glassfish.jersey.message.internal.OutboundJaxrsResponse.getDate(OutboundJaxrsResponse.java:253) at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$TestResource.postOutboundResponse(HeaderValueExceptionTest.java:105) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: Unparseable date: "foo" at org.glassfish.jersey.message.internal.OutboundMessageContext.lambda$getDate$0(OutboundMessageContext.java:257) at org.glassfish.jersey.message.internal.OutboundMessageContext.singleHeader(OutboundMessageContext.java:226) ... 27 more Caused by: java.text.ParseException: Unparseable date: "foo" at java.base/java.text.DateFormat.parse(DateFormat.java:399) at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:114) at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:177) at org.glassfish.jersey.message.internal.OutboundMessageContext.lambda$getDate$0(OutboundMessageContext.java:255) ... 28 more Jan 07, 2024 2:42:02 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:03 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.message.internal.HeaderValueException: Unable to parse "Date" header value: "bar" at org.glassfish.jersey.message.internal.OutboundMessageContext.exception(OutboundMessageContext.java:234) at org.glassfish.jersey.message.internal.OutboundMessageContext.singleHeader(OutboundMessageContext.java:228) at org.glassfish.jersey.message.internal.OutboundMessageContext.getDate(OutboundMessageContext.java:253) at org.glassfish.jersey.server.ContainerResponse.getDate(ContainerResponse.java:174) at org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest$ResponseFilter.filter(HeaderValueExceptionTest.java:80) 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:383) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: jakarta.ws.rs.ProcessingException: java.text.ParseException: Unparseable date: "bar" at org.glassfish.jersey.message.internal.OutboundMessageContext.lambda$getDate$0(OutboundMessageContext.java:257) at org.glassfish.jersey.message.internal.OutboundMessageContext.singleHeader(OutboundMessageContext.java:226) ... 22 more Caused by: java.text.ParseException: Unparseable date: "bar" at java.base/java.text.DateFormat.parse(DateFormat.java:399) at org.glassfish.jersey.message.internal.HttpDateFormat.readDate(HttpDateFormat.java:114) at org.glassfish.jersey.message.internal.HttpHeaderReader.readDate(HttpHeaderReader.java:177) at org.glassfish.jersey.message.internal.OutboundMessageContext.lambda$getDate$0(OutboundMessageContext.java:255) ... 23 more Jan 07, 2024 2:42:03 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:42:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s -- in org.glassfish.jersey.tests.e2e.common.HeaderValueExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.common.RequestScopeTest Jan 07, 2024 2:42:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.466 s -- in org.glassfish.jersey.tests.e2e.common.RequestScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest Jan 07, 2024 2:42:05 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:07 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:08 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:08 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:44681/ [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.354 s -- in org.glassfish.jersey.tests.e2e.common.DetermineContentLengthTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest Jan 07, 2024 2:42:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWriterObjectDistanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Jan 07, 2024 2:42:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:11 AM 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. Jan 07, 2024 2:42:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:12 AM 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. Jan 07, 2024 2:42:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Jan 07, 2024 2:42:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:14 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:14 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Jan 07, 2024 2:42:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:16 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:16 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.507 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Jan 07, 2024 2:42:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:18 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:18 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Jan 07, 2024 2:42:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:19 AM 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. Jan 07, 2024 2:42:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.296 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Jan 07, 2024 2:42:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:22 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.InstantiationException at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:22 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.520 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Jan 07, 2024 2:42:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:23 AM 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. Jan 07, 2024 2:42:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:24 AM 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. Jan 07, 2024 2:42:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.295 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Jan 07, 2024 2:42:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:26 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:26 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Jan 07, 2024 2:42:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:28 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:28 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.488 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Jan 07, 2024 2:42:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.520 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Jan 07, 2024 2:42:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:32 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:32 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:32 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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=193 locatorId=0 identityHashCode=530300335 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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=193 locatorId=0 identityHashCode=530300335 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Jan 07, 2024 2:42:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:34 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:42:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Jan 07, 2024 2:42:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Jan 07, 2024 2:42:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:38 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=189 locatorId=0 identityHashCode=131785762 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:42:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest Jan 07, 2024 2:42:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:39 AM 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. Jan 07, 2024 2:42:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:40 AM 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. Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.226 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest Jan 07, 2024 2:42:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Cannot instantiate org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResource 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest Jan 07, 2024 2:42:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:42:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest Jan 07, 2024 2:42:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResource with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM 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. Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.InstantiationException at java.base/jdk.internal.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:48) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) at org.glassfish.hk2.utilities.reflection.ReflectionHelper.makeMe(ReflectionHelper.java:1356) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1060) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$AbstractResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM 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. Jan 07, 2024 2:42:41 AM 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. Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 java.lang.NoSuchMethodException: Could not find a suitable constructor in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResource class. at org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.getConstructor(JerseyClassAnalyzer.java:168) at org.jvnet.hk2.internal.Utilities.getConstructor(Utilities.java:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$3(ApplicationHandler.java:413) at org.glassfish.jersey.server.internal.routing.SubResourceLocatorRouter.apply(SubResourceLocatorRouter.java:108) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$InterfaceResourceSubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalAccessException: class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory cannot access a member of class org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceWithConstructor with modifiers "public" at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:394) at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:714) at java.base/java.lang.reflect.Method.invoke(Method.java:571) 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:146) ... 20 more Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicResourceSubresourceWithConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. MultiException stack 1 of 1 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:157) at org.jvnet.hk2.internal.Utilities.justCreate(Utilities.java:1043) at org.jvnet.hk2.internal.ServiceLocatorImpl.create(ServiceLocatorImpl.java:984) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1088) at org.jvnet.hk2.internal.ServiceLocatorImpl.createAndInitialize(ServiceLocatorImpl.java:1080) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.createAndInitialize(AbstractHk2InjectionManager.java:199) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.createAndInitialize(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:123) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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=191 locatorId=17 identityHashCode=1061023933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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=191 locatorId=17 identityHashCode=1061023933 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl.igdCacheCompute(ServiceLocatorImpl.java:1192) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1186) at org.jvnet.hk2.internal.ServiceLocatorImpl$8.compute(ServiceLocatorImpl.java:1183) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1266) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:765) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:732) at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:702) 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:122) 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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicResourceWithPrivateConstructorTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=19 identityHashCode=447713069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=19 identityHashCode=447713069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=19 identityHashCode=447713069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProvider contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=19 identityHashCode=447713069 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonStaticProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest Jan 07, 2024 2:42:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$NonPublicProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest Jan 07, 2024 2:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:42 AM 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=22 identityHashCode=662471514 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=22 identityHashCode=662471514 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:308) at org.glassfish.jersey.internal.inject.Providers.getCustomProviders(Providers.java:152) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=22 identityHashCode=662471514 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) 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:157) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:106) at org.jvnet.hk2.internal.ClazzCreator.initialize(ClazzCreator.java:165) at org.jvnet.hk2.internal.SystemDescriptor.internalReify(SystemDescriptor.java:719) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:673) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) MultiException stack 2 of 2 java.lang.IllegalArgumentException: Errors were discovered while reifying SystemDescriptor( implementation=org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructor contracts={jakarta.ws.rs.ext.MessageBodyWriter} scope=jakarta.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=190 locatorId=22 identityHashCode=662471514 reified=false) at org.jvnet.hk2.internal.SystemDescriptor.reify(SystemDescriptor.java:684) at org.jvnet.hk2.internal.ServiceLocatorImpl.reifyDescriptor(ServiceLocatorImpl.java:438) at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2316) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1401) at org.jvnet.hk2.internal.ServiceLocatorImpl$10.compute(ServiceLocatorImpl.java:1396) at org.glassfish.hk2.utilities.cache.internal.WeakCARCacheImpl.compute(WeakCARCacheImpl.java:105) at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetAllServiceHandles(ServiceLocatorImpl.java:1458) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1384) at org.jvnet.hk2.internal.ServiceLocatorImpl.getAllServiceHandles(ServiceLocatorImpl.java:1372) 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:300) at org.glassfish.jersey.internal.inject.Providers.getProviders(Providers.java:134) 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:366) at java.base/java.util.Arrays$ArrayList.forEach(Arrays.java:4305) at org.glassfish.jersey.server.ApplicationHandler.initialize(ApplicationHandler.java:366) at org.glassfish.jersey.server.ApplicationHandler.lambda$initialize$1(ApplicationHandler.java:310) 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:309) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:274) at org.glassfish.jersey.server.ApplicationHandler.(ApplicationHandler.java:261) 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:261) at org.glassfish.jersey.test.JerseyTest.setUp(JerseyTest.java:623) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:521) at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:506) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:175) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:203) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:203) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:172) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:146) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) Jan 07, 2024 2:42:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:42:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest$PublicProviderWithPrivateConstructorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.964 s -- in org.glassfish.jersey.tests.e2e.common.NonPublicNonStaticTest [INFO] Running org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest Jan 07, 2024 2:42:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.common.QueryParamEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest Jan 07, 2024 2:42:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.501 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyReaderUnsupportedTest [INFO] Running org.glassfish.jersey.tests.e2e.common.UriComponentTest Jan 07, 2024 2:42:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.592 s -- in org.glassfish.jersey.tests.e2e.common.UriComponentTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ResponseLinksTest Jan 07, 2024 2:42:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.679 s -- in org.glassfish.jersey.tests.e2e.common.ResponseLinksTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ConstrainedToTest Jan 07, 2024 2:42:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:52 AM 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 jakarta.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. Jan 07, 2024 2:42:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:53 AM 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 jakarta.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. Jan 07, 2024 2:42:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.669 s -- in org.glassfish.jersey.tests.e2e.common.ConstrainedToTest [INFO] Running org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest Jan 07, 2024 2:42:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:42:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.glassfish.jersey.tests.e2e.common.MessageBodyWorkerInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest Jan 07, 2024 2:42:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.497 s -- in org.glassfish.jersey.tests.e2e.common.ProvidersLegacyOrderingTest [INFO] Running org.glassfish.jersey.tests.e2e.common.ContentTypeTest Jan 07, 2024 2:42:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. filter2 filter1 filter2 reader Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:42:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.053 s -- in org.glassfish.jersey.tests.e2e.common.ContentTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorGzipTest Jan 07, 2024 2:43:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Jan 07, 2024 2:43:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Jan 07, 2024 2:43:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s -- in org.glassfish.jersey.tests.e2e.InterceptorGzipTest [INFO] Running org.glassfish.jersey.tests.e2e.InterceptorCustomTest Jan 07, 2024 2:43:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. resource: hello, this is text entity Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. resource: hello, this is text entity Jan 07, 2024 2:43:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.726 s -- in org.glassfish.jersey.tests.e2e.InterceptorCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Jan 07, 2024 2:43:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:43:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:43:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.235 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Jan 07, 2024 2:43:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:43:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:43:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.134 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest Jan 07, 2024 2:43:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:43:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.108 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$JdkConnectorProviderMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest Jan 07, 2024 2:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:43:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest$GrizzlyConnectorProviderMethodTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.739 s -- in org.glassfish.jersey.tests.e2e.client.connector.MethodTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Jan 07, 2024 2:43:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:43:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:43:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.42 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Jan 07, 2024 2:43:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:43:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:43:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:43:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:43:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:43:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:44:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.89 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest Jan 07, 2024 2:44:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:44:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:44:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:44:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:44:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:44:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:44:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:44:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:44:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.45 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$GrizzlyConnectorProviderHugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest Jan 07, 2024 2:44:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:44:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:44:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:44:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:44:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:44:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:44:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.72 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest$JdkConnectorProviderHugeEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.21 s -- in org.glassfish.jersey.tests.e2e.client.connector.HugeEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuth2Test Jan 07, 2024 2:45:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.533 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuth2Test [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest Jan 07, 2024 2:45:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Token received from user: daa032e7b24e4287a1133f37414980c0 Verifier: 203332dfa2524f15ae6ee48ddcc96dc7 Jan 07, 2024 2:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:25 AM 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 Jan 07, 2024 2:45:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:26 AM 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 Jan 07, 2024 2:45:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 s -- in org.glassfish.jersey.tests.e2e.oauth.OAuthClientServerTest [INFO] Running org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest Jan 07, 2024 2:45:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 s -- in org.glassfish.jersey.tests.e2e.oauth.OauthClientAuthorizationFlowTest [INFO] Running org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.glassfish.jersey.tests.e2e.sonar.SonarJerseyE2ETest [INFO] Running org.glassfish.jersey.tests.e2e.ClientTest Jan 07, 2024 2:45:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.074 s -- in org.glassfish.jersey.tests.e2e.ClientTest [INFO] Running org.glassfish.jersey.tests.e2e.LinkTest Jan 07, 2024 2:45:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 s -- in org.glassfish.jersey.tests.e2e.LinkTest [INFO] Running org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest Jan 07, 2024 2:45:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:45:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.498 s -- in org.glassfish.jersey.tests.e2e.ExecutorServiceProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest Jan 07, 2024 2:45:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] Jan 07, 2024 2:45:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:44681/ Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44681] Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44681] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.685 s -- in org.glassfish.jersey.tests.e2e.MessageBodyExceptionWrappingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 505, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/e2e-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/bom.xml [INFO] attaching as e2e-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/bom.json [INFO] attaching as e2e-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/e2e-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/4.0.99-SNAPSHOT/e2e-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/e2e-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/4.0.99-SNAPSHOT/e2e-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/4.0.99-SNAPSHOT/e2e-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/4.0.99-SNAPSHOT/e2e-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e/target/e2e-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e/4.0.99-SNAPSHOT/e2e-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-client >---------------- [INFO] Building jersey-tests-e2e-client 4.0.99-SNAPSHOT [105/375] [INFO] from tests/e2e-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-client --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-client --- [INFO] Copying 6 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 51 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/IgnoreExceptionResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/src/test/java/org/glassfish/jersey/tests/e2e/client/ChunkedInputStreamClosedPrematurelyTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-client --- [INFO] Reserved port 35303 for jersey.config.test.container.port [INFO] Reserved port 40959 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Jan 07, 2024 2:45:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:49 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:50 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:50 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:51 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:45:51 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:45:51 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.513 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Jan 07, 2024 2:45:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:53 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:54 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:55 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:45:56 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:45:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.154 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Jan 07, 2024 2:45:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:45:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:45:58 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:45:59 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:45:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:45:59 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:00 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:00 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:00 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:46:00 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:01 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:46:02 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:46:03 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:46:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.546 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Jan 07, 2024 2:46:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.885 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Jan 07, 2024 2:46:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:46:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:46:11 AM 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] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:46:11 AM 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] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:46:11 AM 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] Jan 07, 2024 2:46:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:46:12 AM 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] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:46:12 AM 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] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:46:12 AM 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] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:46:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.561 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.873 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.914 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Jan 07, 2024 2:46:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Jan 07, 2024 2:46:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Jan 07, 2024 2:46:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Jan 07, 2024 2:46:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. SERVER: patch request received. Jan 07, 2024 2:46:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.232 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Jan 07, 2024 2:46:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:46:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.306 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Jan 07, 2024 2:46:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.516 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Jan 07, 2024 2:46:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:33 AM 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 Jan 07, 2024 2:46:33 AM 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 Jan 07, 2024 2:46:33 AM 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 Jan 07, 2024 2:46:34 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:46:34 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:46:34 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:46:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:34 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:46:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.693 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Jan 07, 2024 2:46:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:46:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.249 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Jan 07, 2024 2:46:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Jan 07, 2024 2:46:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:46:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.640 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.glassfish.jersey.tests.e2e.client.NonInjectionManagerTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Jan 07, 2024 2:46:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.168 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Jan 07, 2024 2:46:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.760 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Jan 07, 2024 2:46:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:46:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:46:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.166 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Jan 07, 2024 2:46:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:47:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.791 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Jan 07, 2024 2:47:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.778 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Jan 07, 2024 2:47:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.067 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Jan 07, 2024 2:47:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Jan 07, 2024 2:47:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.988 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Jan 07, 2024 2:47:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.991 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.470 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Jan 07, 2024 2:47:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.176 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Jan 07, 2024 2:47:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.501 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Jan 07, 2024 2:47:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.660 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Jan 07, 2024 2:47:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.330 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Jan 07, 2024 2:47:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Jan 07, 2024 2:47:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:47:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.535 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Jan 07, 2024 2:47:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.828 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Jan 07, 2024 2:47:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:47:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.674 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Jan 07, 2024 2:47:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.239 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Jan 07, 2024 2:47:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Jan 07, 2024 2:47:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:47:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:47:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.342 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Jan 07, 2024 2:47:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.590 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Jan 07, 2024 2:47:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:47:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:47:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:47:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:47:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:47:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.661 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Jan 07, 2024 2:48:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Jan 07, 2024 2:48:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 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.062 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Jan 07, 2024 2:48:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:48:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.352 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 307, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest Jan 07, 2024 2:48:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:13 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:13 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:48:13 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:48:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:48:14 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.077 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorHostnameVerifierTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest Jan 07, 2024 2:48:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:16 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:48:17 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:18 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:48:19 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.637 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslHttpUrlConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest Jan 07, 2024 2:48:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:22 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:23 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:48:23 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:23 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:24 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:25 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.SecurityFilter authenticate INFO: USER AUTHENTICATED Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.RootResource getContent INFO: Service: GET / User: user Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:48:26 AM org.glassfish.jersey.tests.e2e.client.connector.ssl.Server start INFO: Jersey app started. Try out https://localhost:35303/ Hit CTRL + C to stop it... Jan 07, 2024 2:48:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.761 s -- in org.glassfish.jersey.tests.e2e.client.connector.ssl.SslConnectorConfigurationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest Jan 07, 2024 2:48:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.046 s -- in org.glassfish.jersey.tests.e2e.client.connector.MultiPartTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest Jan 07, 2024 2:48:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:48:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:48:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:48:35 AM 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] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:48:35 AM 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] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:48:35 AM 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] Jan 07, 2024 2:48:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:48:36 AM 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] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:48:36 AM 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] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:48:36 AM 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] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:48:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.614 s -- in org.glassfish.jersey.tests.e2e.client.connector.RequestHeaderModificationsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.085 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$ApacheConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$Apache5ConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest Found unexpected username: null Found unexpected password: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$GrizzlyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$JettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$NettyConnectorProviderProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest$HttpUrlConnectorProviderProxyTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.274 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 s -- in org.glassfish.jersey.tests.e2e.client.connector.proxy.ProxySelectorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest Jan 07, 2024 2:48:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:48:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SERVER: patch request received. Jan 07, 2024 2:48:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. SERVER: patch request received. Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. SERVER: patch request received. Jan 07, 2024 2:48:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. SERVER: patch request received. Jan 07, 2024 2:48:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. SERVER: patch request received. Jan 07, 2024 2:48:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. SERVER: patch request received. Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:48:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. SERVER: patch request received. Jan 07, 2024 2:49:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.347 s -- in org.glassfish.jersey.tests.e2e.client.connector.HttpPatchTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseCloseTest Jan 07, 2024 2:49:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:49:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 s -- in org.glassfish.jersey.tests.e2e.client.ResponseCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest Jan 07, 2024 2:49:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.475 s -- in org.glassfish.jersey.tests.e2e.client.HttpAuthorizationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest Jan 07, 2024 2:49:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:09 AM 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 Jan 07, 2024 2:49:09 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 3 on thread grizzly-http-server-0 Jan 07, 2024 2:49:09 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncPost INFO: Long running post operation called with id 1 on thread grizzly-http-server-1 Jan 07, 2024 2:49:10 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-2 Jan 07, 2024 2:49:10 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-3 Jan 07, 2024 2:49:10 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource$1 veryExpensiveOperation INFO: Long running post operation finished on thread async-post-runner-1 Jan 07, 2024 2:49:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:10 AM org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest$AsyncResource asyncGetWithTimeout INFO: Async long-running get with timeout called on thread grizzly-http-server-0 Jan 07, 2024 2:49:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.680 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.AsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest Jan 07, 2024 2:49:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:49:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.218 s -- in org.glassfish.jersey.tests.e2e.client.httpurlconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest Jan 07, 2024 2:49:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s -- in org.glassfish.jersey.tests.e2e.client.IgnoreExceptionResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest Jan 07, 2024 2:49:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:49:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.642 s -- in org.glassfish.jersey.tests.e2e.client.InjectionManagerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest Jan 07, 2024 2:49:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.322 s -- in org.glassfish.jersey.tests.e2e.client.HttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientFilterTest Jan 07, 2024 2:49:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.830 s -- in org.glassfish.jersey.tests.e2e.client.ClientFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest Jan 07, 2024 2:49:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.202 s -- in org.glassfish.jersey.tests.e2e.client.ResponseReadAndBufferEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BasicClientTest Jan 07, 2024 2:49:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:49:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.785 s -- in org.glassfish.jersey.tests.e2e.client.BasicClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest Jan 07, 2024 2:49:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.778 s -- in org.glassfish.jersey.tests.e2e.client.ChunkedInputStreamClosedPrematurelyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.GenericResponseTest Jan 07, 2024 2:49:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 s -- in org.glassfish.jersey.tests.e2e.client.GenericResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest Jan 07, 2024 2:49:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.535 s -- in org.glassfish.jersey.tests.e2e.client.RequestScopedReadEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest Jan 07, 2024 2:49:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 s -- in org.glassfish.jersey.tests.e2e.client.InvocationBuilderRxTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest Jan 07, 2024 2:49:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.977 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectHeadTest [INFO] Running org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header Expect:100-continue found, sending response header [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.720 s -- in org.glassfish.jersey.tests.e2e.client.nettyconnector.Expect100ContinueTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPathTest Jan 07, 2024 2:49:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:49:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.248 s -- in org.glassfish.jersey.tests.e2e.client.ClientPathTest [INFO] Running org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest Jan 07, 2024 2:49:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:49:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:49:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:49:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:49:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.503 s -- in org.glassfish.jersey.tests.e2e.client.CancelFutureClientTest [INFO] Running org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest Jan 07, 2024 2:50:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.687 s -- in org.glassfish.jersey.tests.e2e.client.JaxRsTimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientPreInitTest Jan 07, 2024 2:50:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:50:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 s -- in org.glassfish.jersey.tests.e2e.client.ClientPreInitTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientDestroyTest Jan 07, 2024 2:50:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.874 s -- in org.glassfish.jersey.tests.e2e.client.ClientDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest Jan 07, 2024 2:50:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:50:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.771 s -- in org.glassfish.jersey.tests.e2e.client.HttpMethodEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientExecutorTest Jan 07, 2024 2:50:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.970 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest Jan 07, 2024 2:50:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:50:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.710 s -- in org.glassfish.jersey.tests.e2e.client.grizzlyconnector.NonBlockingTest [INFO] Running org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest Jan 07, 2024 2:50:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:50:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.324 s -- in org.glassfish.jersey.tests.e2e.client.NonSuccessfulResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest Jan 07, 2024 2:50:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.586 s -- in org.glassfish.jersey.tests.e2e.client.ClientEntityAnnotationTest [INFO] Running org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest Jan 07, 2024 2:50:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:50:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.536 s -- in org.glassfish.jersey.tests.e2e.client.HttpDigestAuthFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest Jan 07, 2024 2:50:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 6.977 s -- in org.glassfish.jersey.tests.e2e.client.ClientBufferingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.client.TimeoutTest Jan 07, 2024 2:50:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.722 s -- in org.glassfish.jersey.tests.e2e.client.TimeoutTest [INFO] Running org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest Jan 07, 2024 2:50:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s -- in org.glassfish.jersey.tests.e2e.client.FollowRedirectsTest [INFO] Running org.glassfish.jersey.tests.e2e.client.AbortResponseClientTest Jan 07, 2024 2:50:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:50:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 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.066 s -- in org.glassfish.jersey.tests.e2e.client.ClientExecutorCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.e2e.client.ShutdownHookMemoryLeakTest [INFO] Running org.glassfish.jersey.tests.e2e.client.BufferingTest Jan 07, 2024 2:50:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:50:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:50:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] Jan 07, 2024 2:50:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:35303/ Jan 07, 2024 2:50:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35303] Jan 07, 2024 2:50:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:50:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35303] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.881 s -- in org.glassfish.jersey.tests.e2e.client.BufferingTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 324, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/e2e-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/bom.xml [INFO] attaching as e2e-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/bom.json [INFO] attaching as e2e-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/e2e-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/4.0.99-SNAPSHOT/e2e-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/e2e-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/4.0.99-SNAPSHOT/e2e-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/4.0.99-SNAPSHOT/e2e-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/4.0.99-SNAPSHOT/e2e-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-client/target/e2e-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-client/4.0.99-SNAPSHOT/e2e-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-client --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-core-common >------------- [INFO] Building jersey-tests-e2e-core-common 4.0.99-SNAPSHOT [106/375] [INFO] from tests/e2e-core-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-core-common --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-core-common --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-core-common --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-core-common --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-core-common --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-core-common --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-core-common --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-core-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-core-common --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-core-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 35 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/src/test/java/org/glassfish/jersey/tests/e2e/common/uri/internal/JerseyUriBuilderTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-core-common --- [INFO] Reserved port 32921 for jersey.config.test.container.port [INFO] Reserved port 35151 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-core-common --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.JerseyLinkTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.ReaderWriterTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.QualitySourceMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeStringRepresentationTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.HeaderUtilsTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.LinkProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MediaTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CookiesParserTest [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.114 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.CommittingOutputStreamTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.005 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.MatchingEntityTagTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.OutboundJaxrsResponseBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.AcceptableMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.jersey.tests.e2e.common.message.internal.InboundMessageContextTest [INFO] Running org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.common.config.ServiceFinderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.jersey.tests.e2e.common.internal.inject.ReferencingFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.jersey.tests.e2e.common.internal.LocalizationMessagesTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.jersey.tests.e2e.common.internal.ContextResolverFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.jersey.tests.e2e.common.internal.ParamConvertersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest Jan 07, 2024 2:50:56 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.glassfish.jersey.tests.e2e.common.internal.ProviderBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.jersey.tests.e2e.common.internal.JaxrsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.jersey.tests.e2e.common.internal.ExceptionMapperFactoryTest [INFO] Running org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [WARNING] Tests run: 125, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.166 s -- in org.glassfish.jersey.tests.e2e.common.uri.internal.JerseyUriBuilderTest [INFO] Running org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest Jan 07, 2024 2:50:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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. Jan 07, 2024 2:50:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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. Jan 07, 2024 2:50:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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. Jan 07, 2024 2:50:56 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Contract interface jakarta.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. Jan 07, 2024 2:50:56 AM 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. Jan 07, 2024 2:50:56 AM 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. Jan 07, 2024 2:50:56 AM 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. Jan 07, 2024 2:50:56 AM 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.111 s -- in org.glassfish.jersey.tests.e2e.common.model.internal.CommonConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.common.process.internal.ExecutorProvidersTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 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.005 s -- in org.glassfish.jersey.tests.e2e.common.process.internal.RequestScopeTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 292, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/e2e-core-common-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-core-common --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/bom.xml [INFO] attaching as e2e-core-common-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/bom.json [INFO] attaching as e2e-core-common-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-core-common --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/e2e-core-common-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-core-common --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/4.0.99-SNAPSHOT/e2e-core-common-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/e2e-core-common-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/4.0.99-SNAPSHOT/e2e-core-common-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/4.0.99-SNAPSHOT/e2e-core-common-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/4.0.99-SNAPSHOT/e2e-core-common-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-core-common/target/e2e-core-common-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-core-common/4.0.99-SNAPSHOT/e2e-core-common-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-core-common --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-entity >---------------- [INFO] Building jersey-tests-e2e-entity 4.0.99-SNAPSHOT [107/375] [INFO] from tests/e2e-entity/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-entity --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-entity --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-entity --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-entity --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-entity --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-entity --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-entity --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-entity --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-entity --- [INFO] Copying 385 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-entity --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 139 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/entity/AbstractParameterTypeArgumentOrderTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/src/test/java/org/glassfish/jersey/tests/e2e/json/JsonTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-entity --- [INFO] Reserved port 36237 for jersey.config.test.container.port [INFO] Reserved port 45813 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Jan 07, 2024 2:51:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.039 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Jan 07, 2024 2:51:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Jan 07, 2024 2:51:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Jan 07, 2024 2:51:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.004 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:51:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:51:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.902 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.947 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Jan 07, 2024 2:51:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Jan 07, 2024 2:51:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.121 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Jan 07, 2024 2:51:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:51:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.732 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Jan 07, 2024 2:51:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.030 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:51:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.879 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.949 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Jan 07, 2024 2:51:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.774 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:51:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:51:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.682 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Jan 07, 2024 2:51:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.595 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Jan 07, 2024 2:51:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Jan 07, 2024 2:51:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Jan 07, 2024 2:51:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.522 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Jan 07, 2024 2:51:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Jan 07, 2024 2:51:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Jan 07, 2024 2:51:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Jan 07, 2024 2:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.538 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Jan 07, 2024 2:51:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.576 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Jan 07, 2024 2:51:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:51:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.218 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Jan 07, 2024 2:51:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Jan 07, 2024 2:51:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:51:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.621 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Jan 07, 2024 2:51:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:51:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.148 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Jan 07, 2024 2:51:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:51:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:51:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:51:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Jan 07, 2024 2:51:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:51:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:51:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:51:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.570 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Jan 07, 2024 2:52:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.076 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Jan 07, 2024 2:52:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:05 AM org.eclipse.yasson.internal.SerializationContextImpl marshall SEVERE: Generating incomplete JSON Jan 07, 2024 2:52:05 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.StackOverflowError at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:65) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) Jan 07, 2024 2:52:05 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:52:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.807 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Jan 07, 2024 2:52:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.511 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Jan 07, 2024 2:52:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:09 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:52:09 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:52:10 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:52:10 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:52:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:52:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:52:11 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:52:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.959 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Jan 07, 2024 2:52:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.587 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Jan 07, 2024 2:52:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:52:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:52:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.338 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Jan 07, 2024 2:52:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.531 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Jan 07, 2024 2:52:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.782 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Jan 07, 2024 2:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Jan 07, 2024 2:52:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.160 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Jan 07, 2024 2:52:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:25 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.322 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Jan 07, 2024 2:52:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:28 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:28 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:29 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Jan 07, 2024 2:52:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.104 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Jan 07, 2024 2:52:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Jan 07, 2024 2:52:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:33 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:34 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:34 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Jan 07, 2024 2:52:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.423 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Jan 07, 2024 2:52:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.961 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Jan 07, 2024 2:52:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:38 AM 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. Jan 07, 2024 2:52:38 AM 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. Jan 07, 2024 2:52:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:39 AM 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. Jan 07, 2024 2:52:39 AM 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. Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:39 AM 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. Jan 07, 2024 2:52:39 AM 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. Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:39 AM 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. Jan 07, 2024 2:52:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM 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. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:52:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Jan 07, 2024 2:52:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.560 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Jan 07, 2024 2:52:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Jan 07, 2024 2:52:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Jan 07, 2024 2:52:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.153 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Jan 07, 2024 2:52:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.540 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Jan 07, 2024 2:52:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:52:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:52:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.403 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Jan 07, 2024 2:52:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.566 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Jan 07, 2024 2:52:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Jan 07, 2024 2:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:52:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Jan 07, 2024 2:52:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:52:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Jan 07, 2024 2:52:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:52:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.079 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Jan 07, 2024 2:52:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.523 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Jan 07, 2024 2:52:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:52:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:52:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:52:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.573 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Jan 07, 2024 2:52:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:52:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.758 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Jan 07, 2024 2:53:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Jan 07, 2024 2:53:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.880 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Jan 07, 2024 2:53:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Jan 07, 2024 2:53:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:53:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:53:11 AM 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. Jan 07, 2024 2:53:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:53:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:53:13 AM 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. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:53:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:53:14 AM 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. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:53:14 AM 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. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:53:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:53:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.064 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Jan 07, 2024 2:53:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:53:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.694 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Jan 07, 2024 2:53:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:53:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:53:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jan 07, 2024 2:53:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jan 07, 2024 2:53:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jan 07, 2024 2:53:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jan 07, 2024 2:53:32 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Jan 07, 2024 2:53:32 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jan 07, 2024 2:53:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.01 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Jan 07, 2024 2:53:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.393 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Jan 07, 2024 2:53:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:38 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:38 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:53:38 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:38 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:53:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:53:39 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:53:39 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:53:39 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:53:39 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:53:39 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:39 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:53:40 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:53:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.329 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Jan 07, 2024 2:53:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Jan 07, 2024 2:53:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:36237,  connection: keep-alive,  Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:36237,  connection: keep-alive,  Jan 07, 2024 2:53:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Jan 07, 2024 2:53:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Jan 07, 2024 2:53:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:49 AM 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 Jan 07, 2024 2:53:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Jan 07, 2024 2:53:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.665 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Jan 07, 2024 2:53:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@6b9d50d3 Jan 07, 2024 2:53:53 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@7b56b87] from custom-executor-thread-1 Jan 07, 2024 2:53:53 AM 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 Jan 07, 2024 2:53:53 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@5b3406bf] from custom-executor-thread-1 Jan 07, 2024 2:53:53 AM 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 Jan 07, 2024 2:53:53 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Jan 07, 2024 2:53:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.753 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Jan 07, 2024 2:53:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:53:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:53:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:53:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.436 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Jan 07, 2024 2:53:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:53:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:53:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:53:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.263 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Jan 07, 2024 2:54:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:54:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.389 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Jan 07, 2024 2:54:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM 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] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.929 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Jan 07, 2024 2:54:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:09 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: Closed at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:438) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster.broadcast(JerseySseBroadcaster.java:107) at org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest$SseResource.addMessage(BroadcasterCloseTest.java:116) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:54:09 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Slow subscriber completed Jan 07, 2024 2:54:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.121 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Jan 07, 2024 2:54:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.933 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Jan 07, 2024 2:54:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-entity --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest Jan 07, 2024 2:54:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$JacksonFeatureJsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest Jan 07, 2024 2:54:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest$MoxyJsonFeatureJsonEmptyEntityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.460 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest Jan 07, 2024 2:54:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.630 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.MoxyEntityFilteringTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest Jan 07, 2024 2:54:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.055 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$JacksonFeatureJsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:54:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:54:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.935 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest$MoxyJsonFeatureJsonEntityFilteringOnClassTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.025 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest Jan 07, 2024 2:54:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.785 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$JacksonFeatureJsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest Jan 07, 2024 2:54:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest$MoxyJsonFeatureJsonEntityFilteringScopesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest Jan 07, 2024 2:54:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:54:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.664 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest Jan 07, 2024 2:54:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.994 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$JacksonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:54:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.890 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest$MoxyJsonFeatureJsonEntityFilteringOnPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.919 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest Jan 07, 2024 2:54:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.907 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$JacksonFeatureJsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:54:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:54:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.920 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest$MoxyJsonFeatureJsonEntityFilteringClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.871 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.json.JsonEntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest Jan 07, 2024 2:54:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:54:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.693 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnClassTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest Jan 07, 2024 2:54:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest Jan 07, 2024 2:54:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringClientTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest Jan 07, 2024 2:54:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.561 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringOnPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest Jan 07, 2024 2:54:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest Jan 07, 2024 2:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$ConfigurationDefaultViewServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest Jan 07, 2024 2:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest Jan 07, 2024 2:54:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:54:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:54:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest$AnnotationsOverConfigurationServerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.578 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringServerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest Jan 07, 2024 2:54:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:54:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:54:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:54:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:54:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.578 s -- in org.glassfish.jersey.tests.e2e.entity.filtering.EntityFilteringScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.CharsetTest Jan 07, 2024 2:55:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:55:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:55:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.341 s -- in org.glassfish.jersey.tests.e2e.entity.CharsetTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidFormTest Jan 07, 2024 2:55:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.829 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidFormTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest Jan 07, 2024 2:55:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:55:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:55:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.750 s -- in org.glassfish.jersey.tests.e2e.entity.MediaTypeSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest Jan 07, 2024 2:55:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.256 s -- in org.glassfish.jersey.tests.e2e.entity.GenericTypeAndEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest Jan 07, 2024 2:55:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.723 s -- in org.glassfish.jersey.tests.e2e.entity.MessageBodyProviderAnnotationsTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest Jan 07, 2024 2:55:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.524 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest Jan 07, 2024 2:55:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 s -- in org.glassfish.jersey.tests.e2e.entity.XmlJaxBElementProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest Jan 07, 2024 2:55:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:21 AM org.eclipse.yasson.internal.SerializationContextImpl marshall SEVERE: Generating incomplete JSON Jan 07, 2024 2:55:21 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.StackOverflowError at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:39) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) at org.eclipse.yasson.internal.serializer.RecursionChecker.serialize(RecursionChecker.java:38) at org.eclipse.yasson.internal.serializer.KeyWriter.serialize(KeyWriter.java:41) at org.eclipse.yasson.internal.serializer.NullVisibilitySwitcher.serialize(NullVisibilitySwitcher.java:40) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.CyclicReferenceSerializer.serialize(CyclicReferenceSerializer.java:39) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.findSerializer(ObjectTypeSerializer.java:68) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serializeValue(ObjectTypeSerializer.java:50) at org.eclipse.yasson.internal.serializer.types.TypeSerializer$ValueSerializer.serialize(TypeSerializer.java:51) at org.eclipse.yasson.internal.serializer.types.TypeSerializer.serialize(TypeSerializer.java:37) at org.eclipse.yasson.internal.serializer.types.ObjectTypeSerializer.serialize(ObjectTypeSerializer.java:31) at org.eclipse.yasson.internal.serializer.NullSerializer.serialize(NullSerializer.java:67) at org.eclipse.yasson.internal.serializer.ValueGetterSerializer.serialize(ValueGetterSerializer.java:43) at org.eclipse.yasson.internal.serializer.ObjectSerializer.lambda$serialize$0(ObjectSerializer.java:41) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:986) at org.eclipse.yasson.internal.serializer.ObjectSerializer.serialize(ObjectSerializer.java:38) Jan 07, 2024 2:55:21 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:55:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.811 s -- in org.glassfish.jersey.tests.e2e.entity.NoMessageBodyWorkerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest Jan 07, 2024 2:55:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 s -- in org.glassfish.jersey.tests.e2e.entity.InjectedProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.MultipartTest Jan 07, 2024 2:55:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:25 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:55:25 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:55:26 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:55:26 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:55:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Error reading entity as class java.lang.String. at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:305) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:268) at org.glassfish.jersey.media.multipart.FormDataBodyPart.getValueAs(FormDataBodyPart.java:325) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MultipartResource.mbr(MultipartTest.java:110) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: IOE at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:144) at org.glassfish.jersey.tests.e2e.entity.MultipartTest$MessageBodyProvider.readFrom(MultipartTest.java:130) at org.glassfish.jersey.media.multipart.BodyPart.getEntityAs(BodyPart.java:302) ... 27 more Jan 07, 2024 2:55:27 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:55:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.024 s -- in org.glassfish.jersey.tests.e2e.entity.MultipartTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest Jan 07, 2024 2:55:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentReversedOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest Jan 07, 2024 2:55:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:55:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:55:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.196 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest Jan 07, 2024 2:55:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 s -- in org.glassfish.jersey.tests.e2e.entity.InvalidEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest Jan 07, 2024 2:55:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.815 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$EmptyRequestTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest Jan 07, 2024 2:55:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$BadgerFishCRTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest Jan 07, 2024 2:55:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest$MappedJettisonCRTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.236 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestWithJaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest Jan 07, 2024 2:55:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:40 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:41 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.589 s -- in org.glassfish.jersey.tests.e2e.entity.JsonMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EntityTypesTest Jan 07, 2024 2:55:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:45 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Jan 07, 2024 2:55:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:55:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 51, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.554 s -- in org.glassfish.jersey.tests.e2e.entity.EntityTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest Jan 07, 2024 2:55:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 s -- in org.glassfish.jersey.tests.e2e.entity.ParameterTypeArgumentResourceReaderWriterOrderTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest Jan 07, 2024 2:55:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Parameter 1 of type jakarta.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, jakarta.xml.bind.JAXBElement[], of method, public T org.glassfish.jersey.tests.e2e.entity.AbstractTypeTester$AResource.post(T), is not resolvable to a concrete type. Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [Fatal Error] :1:17: XML document structures must start and end within the same entity. Jan 07, 2024 2:55:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.400 s -- in org.glassfish.jersey.tests.e2e.entity.XmlMoxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest Jan 07, 2024 2:55:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.003 s -- in org.glassfish.jersey.tests.e2e.entity.RenderedImageTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest Jan 07, 2024 2:55:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:55 AM 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. Jan 07, 2024 2:55:55 AM 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. Jan 07, 2024 2:55:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM 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. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:55:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.378 s -- in org.glassfish.jersey.tests.e2e.entity.BeanStreamingTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest Jan 07, 2024 2:55:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:55:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.525 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProduceTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest Jan 07, 2024 2:55:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesSeparateTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest Jan 07, 2024 2:55:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest Jan 07, 2024 2:55:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:55:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest$ProducesXXXTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 s -- in org.glassfish.jersey.tests.e2e.entity.ContextResolverMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest Jan 07, 2024 2:56:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.554 s -- in org.glassfish.jersey.tests.e2e.entity.InterceptedStreamCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.XXETest Jan 07, 2024 2:56:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:56:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.474 s -- in org.glassfish.jersey.tests.e2e.entity.XXETest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest Jan 07, 2024 2:56:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s -- in org.glassfish.jersey.tests.e2e.entity.EmptyRequestToEntityParamTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest Jan 07, 2024 2:56:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest Jan 07, 2024 2:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest Jan 07, 2024 2:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest Jan 07, 2024 2:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextAllWithOtherJaxbBeanTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest Jan 07, 2024 2:56:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$JAXBContextTextTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest Jan 07, 2024 2:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAllTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest Jan 07, 2024 2:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerAppTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest Jan 07, 2024 2:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerFooTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest Jan 07, 2024 2:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest Jan 07, 2024 2:56:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:56:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest$UnmarshallerTextTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 s -- in org.glassfish.jersey.tests.e2e.entity.JAXBContextResolverTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest Jan 07, 2024 2:56:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.574 s -- in org.glassfish.jersey.tests.e2e.entity.StreamingOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest Jan 07, 2024 2:56:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 s -- in org.glassfish.jersey.tests.e2e.entity.SubResourceDynamicProxyTest [INFO] Running org.glassfish.jersey.tests.e2e.entity.EnumEntityTest Jan 07, 2024 2:56:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.175 s -- in org.glassfish.jersey.tests.e2e.entity.EnumEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.json.PojoTest Jan 07, 2024 2:56:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s -- in org.glassfish.jersey.tests.e2e.json.PojoTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest Jan 07, 2024 2:56:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.918 s -- in org.glassfish.jersey.tests.e2e.json.JacksonJsonViewTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest Jan 07, 2024 2:56:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.649 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithoutExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest Jan 07, 2024 2:56:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:56:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:56:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:56:29 AM 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. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:56:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:56:30 AM 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. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:56:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:56:31 AM 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. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:56:32 AM 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. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:56:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.501 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1199Test Jan 07, 2024 2:56:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.740 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1199Test [INFO] Running org.glassfish.jersey.tests.e2e.json.GenericTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.010 s -- in org.glassfish.jersey.tests.e2e.json.GenericTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JaxbTest Jan 07, 2024 2:56:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:56:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:56:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-51] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-52] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-53] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-54] Started. Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-55] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-56] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-57] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-58] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-59] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-60] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-61] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-62] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-63] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-64] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-65] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-66] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-67] Started. Jan 07, 2024 2:56:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-68] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-69] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-70] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-71] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-72] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-73] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-74] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-75] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-76] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-77] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-78] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-79] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-80] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-81] Started. Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-82] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-83] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-84] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-85] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-86] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-87] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-88] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-89] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-90] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-91] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-92] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-93] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-94] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-95] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-96] Started. Jan 07, 2024 2:56:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-97] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-98] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-99] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-100] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-101] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-102] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-103] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-104] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-105] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-106] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-107] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-108] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-109] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-110] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-111] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-112] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-113] Started. Jan 07, 2024 2:56:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-114] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-115] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-116] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-117] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-118] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-119] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-120] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-121] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-122] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-123] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-124] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-125] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-126] Started. Jan 07, 2024 2:56:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-127] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-128] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-129] Started. Jan 07, 2024 2:56:50 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Expected: {"property":null} Jan 07, 2024 2:56:50 AM org.glassfish.jersey.tests.e2e.json.JsonTest$1 apply SEVERE: Actual: {} Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-130] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-131] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-132] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-133] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-134] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-135] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-136] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-137] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-138] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-139] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-140] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-141] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-142] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-143] Started. Jan 07, 2024 2:56:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-144] Started. Jan 07, 2024 2:56:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 145, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.81 s -- in org.glassfish.jersey.tests.e2e.json.JaxbTest [INFO] Running org.glassfish.jersey.tests.e2e.json.InheritanceTest Jan 07, 2024 2:56:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.526 s -- in org.glassfish.jersey.tests.e2e.json.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingTest Jan 07, 2024 2:56:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:56:56 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:56 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:56:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:56:57 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:57 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:56:57 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:56:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonObjectBuilderImpl$JsonObjectImpl, genericType=interface jakarta.json.JsonObject. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=application/octet-stream, type=class org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl, genericType=interface jakarta.json.JsonArray. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:56:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:56:59 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.ProcessingException: Resource Java method invocation error. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:175) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.IllegalArgumentException: argument type mismatch at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:107) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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:146) ... 20 more Jan 07, 2024 2:56:59 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:56:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:56:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.400 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingTest [INFO] Running org.glassfish.jersey.tests.e2e.json.Jersey1835Test Jan 07, 2024 2:57:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 s -- in org.glassfish.jersey.tests.e2e.json.Jersey1835Test [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest Jan 07, 2024 2:57:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. accept: application/x-javascript,  accept-encoding: gzip,  user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:36237,  connection: keep-alive,  Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. accept: application/x-javascript,  accept-encoding: deflate,  user-agent: Jersey/4.0.99-SNAPSHOT (HttpUrlConnection 21),  host: localhost:36237,  connection: keep-alive,  Jan 07, 2024 2:57:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s -- in org.glassfish.jersey.tests.e2e.json.JsonWithPaddingEncodingFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest Jan 07, 2024 2:57:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.555 s -- in org.glassfish.jersey.tests.e2e.json.JsonProcessingDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest Jan 07, 2024 2:57:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:07 AM 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 Jan 07, 2024 2:57:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.533 s -- in org.glassfish.jersey.tests.e2e.sse.EventSourceWithNamedEventsTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest Jan 07, 2024 2:57:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s -- in org.glassfish.jersey.tests.e2e.sse.SseCustomEventImplTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest Jan 07, 2024 2:57:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Broadcaster created: org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster@592d7a34 Jan 07, 2024 2:57:12 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@74f68da2] from custom-executor-thread-1 Jan 07, 2024 2:57:12 AM 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 Jan 07, 2024 2:57:12 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 send INFO: onNext called with [org.glassfish.jersey.media.sse.OutboundEvent@4337cc07] from custom-executor-thread-1 Jan 07, 2024 2:57:12 AM 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 Jan 07, 2024 2:57:12 AM org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest$SseResource$1 close INFO: onComplete called from custom-executor-thread-1 Jan 07, 2024 2:57:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.GenericEntityTest Jan 07, 2024 2:57:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:57:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.470 s -- in org.glassfish.jersey.tests.e2e.sse.GenericEntityTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterTest Jan 07, 2024 2:57:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.224 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.EventOutputTest Jan 07, 2024 2:57:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:57:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.334 s -- in org.glassfish.jersey.tests.e2e.sse.EventOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest Jan 07, 2024 2:57:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer1] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:24 AM 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] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=foo comment=null reconnectDelay=-1 value=bar] Jan 07, 2024 2:57:24 AM org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest$InboundHandler accept INFO: [consumer2] String data received: [id=null name=null comment=null reconnectDelay=-1 value=baz] Jan 07, 2024 2:57:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.425 s -- in org.glassfish.jersey.tests.e2e.sse.SseEventSinkToEventSourceTest [INFO] Running org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest Jan 07, 2024 2:57:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:27 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.IllegalStateException: Closed at java.base/java.util.concurrent.SubmissionPublisher.doOffer(SubmissionPublisher.java:438) at java.base/java.util.concurrent.SubmissionPublisher.offer(SubmissionPublisher.java:562) at org.glassfish.jersey.internal.jsr166.SubmissionPublisher.offer(SubmissionPublisher.java:271) at org.glassfish.jersey.internal.util.JerseyPublisher.publish(JerseyPublisher.java:310) at org.glassfish.jersey.media.sse.internal.JerseySseBroadcaster.broadcast(JerseySseBroadcaster.java:107) at org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest$SseResource.addMessage(BroadcasterCloseTest.java:116) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:57:27 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Slow subscriber completed Jan 07, 2024 2:57:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.150 s -- in org.glassfish.jersey.tests.e2e.sse.BroadcasterCloseTest [INFO] Running org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.jersey.tests.e2e.header.HeaderDelegateProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest Jan 07, 2024 2:57:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:57:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.931 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest Jan 07, 2024 2:57:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] Jan 07, 2024 2:57:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:36237/ Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36237] Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:57:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36237] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.106 s -- in org.glassfish.jersey.tests.e2e.header.RuntimeDelegateProviderEnabledTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 592, Failures: 0, Errors: 0, Skipped: 8 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/e2e-entity-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-entity --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/bom.xml [INFO] attaching as e2e-entity-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/bom.json [INFO] attaching as e2e-entity-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-entity --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/e2e-entity-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-entity --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/4.0.99-SNAPSHOT/e2e-entity-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/e2e-entity-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/4.0.99-SNAPSHOT/e2e-entity-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/4.0.99-SNAPSHOT/e2e-entity-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/4.0.99-SNAPSHOT/e2e-entity-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-entity/target/e2e-entity-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-entity/4.0.99-SNAPSHOT/e2e-entity-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-entity --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-inject >---------------- [INFO] Building jersey-tests-e2e-inject 4.0.99-SNAPSHOT [108/375] [INFO] from tests/e2e-inject/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject --- [INFO] Reserved port 42543 for jersey.config.test.container.port [INFO] Reserved port 40033 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/target/bom.xml [INFO] attaching as e2e-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/target/bom.json [INFO] attaching as e2e-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/4.0.99-SNAPSHOT/e2e-inject-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/4.0.99-SNAPSHOT/e2e-inject-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject/4.0.99-SNAPSHOT/e2e-inject-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [109/375] [INFO] from tests/e2e-inject/cdi2-se/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi2-se --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi2-se --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi2-se --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi2-se --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi2-se --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi2-se --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi2-se --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi2-se --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi2-se --- [INFO] Reserved port 39055 for jersey.config.test.container.port [INFO] Reserved port 42297 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi2-se --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest Jan 07, 2024 2:57:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39055/ Jan 07, 2024 2:57:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:44 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 2:57:44 AM 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. Jan 07, 2024 2:57:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff221e1f-fd21-4273-bd2a-c65f8bec874e initialized Jan 07, 2024 2:57:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39055] Jan 07, 2024 2:57:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:45 AM 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. Jan 07, 2024 2:57:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 44cdf05a-a9fb-475e-a5b4-f6922911705a initialized Jan 07, 2024 2:57:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ff221e1f-fd21-4273-bd2a-c65f8bec874e shut down Jan 07, 2024 2:57:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39055] Jan 07, 2024 2:57:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 44cdf05a-a9fb-475e-a5b4-f6922911705a shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.717 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest Jan 07, 2024 2:57:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39055/ Jan 07, 2024 2:57:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:45 AM 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. Jan 07, 2024 2:57:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 20aeb1a7-0d4a-4e9e-ae9b-88ed89dc2443 initialized Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4d7dbd1c-d22d-45fd-81b5-5b8cf61ebace initialized Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 20aeb1a7-0d4a-4e9e-ae9b-88ed89dc2443 shut down Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4d7dbd1c-d22d-45fd-81b5-5b8cf61ebace shut down Jan 07, 2024 2:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39055/ Jan 07, 2024 2:57:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0b39010-3893-406b-a322-1a5923743da8 initialized Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e3a3646b-0aae-42e7-8072-ec56d5aec0fe initialized Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0b39010-3893-406b-a322-1a5923743da8 shut down Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e3a3646b-0aae-42e7-8072-ec56d5aec0fe shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.670 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest Jan 07, 2024 2:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39055/ Jan 07, 2024 2:57:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2bc9ec2f-8d99-404a-940e-423066b47933 initialized Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5021527b-18d3-45bd-b658-39fc0f8c0d92 initialized Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2bc9ec2f-8d99-404a-940e-423066b47933 shut down Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5021527b-18d3-45bd-b658-39fc0f8c0d92 shut down Jan 07, 2024 2:57:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:39055/ Jan 07, 2024 2:57:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d768a223-367e-4209-ada2-d562c92b02d4 initialized Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39055] Jan 07, 2024 2:57:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:57:46 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5d23a53e-9e13-4a7e-8d61-09d3e56ab00f initialized Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d768a223-367e-4209-ada2-d562c92b02d4 shut down Jan 07, 2024 2:57:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39055] Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5d23a53e-9e13-4a7e-8d61-09d3e56ab00f shut down [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.InterceptorDecoratorTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3b4a3dd4-a0b1-4645-bc19-5c2d42bfd7f9 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61b30e31-adb0-4455-9814-69222d40d122 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25928b5b-c409-4749-bd83-34035ea6c662 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ff53a70b-8f7f-45bc-a524-09115b79f2ba initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9654bb96-3199-4a20-90bd-e4849b28028e initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ea693177-09eb-439b-b168-43019c345760 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 25ed861c-59cf-4510-af9e-54cc0e1910d6 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 720734b5-1ffa-413e-8b6d-1d1c1a5dd145 initialized Jan 07, 2024 2:57:47 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:47 AM 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. Jan 07, 2024 2:57:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dcb5ffa9-6085-400b-b206-aae6bc178608 initialized Jan 07, 2024 2:57:48 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:57:48 AM 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. Jan 07, 2024 2:57:48 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8fe5630c-fa60-4598-9a1f-6ec6385faff4 initialized [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.se.subresources.ModelProcessorScopeTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi2-se --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 30 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/bom.xml [INFO] attaching as e2e-inject-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/bom.json [INFO] attaching as e2e-inject-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi2-se --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi2-se --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/4.0.99-SNAPSHOT/e2e-inject-cdi2-se-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/4.0.99-SNAPSHOT/e2e-inject-cdi2-se-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/4.0.99-SNAPSHOT/e2e-inject-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/4.0.99-SNAPSHOT/e2e-inject-cdi2-se-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi2-se/target/e2e-inject-cdi2-se-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi2-se/4.0.99-SNAPSHOT/e2e-inject-cdi2-se-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright: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 4.0.99-SNAPSHOT [110/375] [INFO] from tests/e2e-inject/cdi-inject-weld/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-cdi-inject-weld --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-cdi-inject-weld --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-cdi-inject-weld --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-cdi-inject-weld --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-cdi-inject-weld --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-cdi-inject-weld --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-cdi-inject-weld --- [INFO] Reserved port 37311 for jersey.config.test.container.port [INFO] Reserved port 34185 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-cdi-inject-weld --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest Jan 07, 2024 2:57:51 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 2:57:52 AM 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. Jan 07, 2024 2:57:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:52 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 2:57:52 AM 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! Jan 07, 2024 2:57:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 72e5daa5-0fb2-4927-be16-1ff089febbe2 initialized Jan 07, 2024 2:57:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37311/ Jan 07, 2024 2:57:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37311] Jan 07, 2024 2:57:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 72e5daa5-0fb2-4927-be16-1ff089febbe2 shut down Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37311] Jan 07, 2024 2:57:53 AM 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. Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM 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! Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4038f43-4917-4a44-a700-959bea419651 initialized Jan 07, 2024 2:57:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37311/ Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37311] Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4038f43-4917-4a44-a700-959bea419651 shut down Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37311] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.scopes.ScopesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest Jan 07, 2024 2:57:53 AM 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. Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM 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! Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b058f0ce-2001-4b22-a325-89b79309bfee initialized Jan 07, 2024 2:57:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37311/ Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37311] Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b058f0ce-2001-4b22-a325-89b79309bfee shut down Jan 07, 2024 2:57:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37311] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.EventsTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest Jan 07, 2024 2:57:53 AM 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. Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM 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! Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2e44b3a7-5680-4f7e-83cd-2575c8e7324e initialized Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2e44b3a7-5680-4f7e-83cd-2575c8e7324e shut down Jan 07, 2024 2:57:53 AM 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. Jan 07, 2024 2:57:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:53 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 314fb0d7-ab98-4cbc-b5e3-2c082561b3bb initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 314fb0d7-ab98-4cbc-b5e3-2c082561b3bb shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2acec13b-ff69-4532-902e-6a827eca0606 initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2acec13b-ff69-4532-902e-6a827eca0606 shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88e1cfb7-c09f-40f5-93f4-a32180bac1b8 initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88e1cfb7-c09f-40f5-93f4-a32180bac1b8 shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f714ee73-0c3b-459c-bc2c-e45ab600ee06 initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f714ee73-0c3b-459c-bc2c-e45ab600ee06 shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7b8366a6-cf31-4c71-9e02-64f6d9e9a95d initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7b8366a6-cf31-4c71-9e02-64f6d9e9a95d shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d233e2d3-f141-411a-90de-dcac7d464764 initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d233e2d3-f141-411a-90de-dcac7d464764 shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM 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! Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 46167237-bc73-4d2b-b6e2-7631e3095652 initialized Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:54 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 46167237-bc73-4d2b-b6e2-7631e3095652 shut down Jan 07, 2024 2:57:54 AM 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. Jan 07, 2024 2:57:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM 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! Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f92d8f40-abff-4b85-bf7e-ba7352b7f081 initialized Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f92d8f40-abff-4b85-bf7e-ba7352b7f081 shut down Jan 07, 2024 2:57:55 AM 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. Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM 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! Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14721687-b09f-4419-bf26-dd13aa438fbe initialized Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14721687-b09f-4419-bf26-dd13aa438fbe shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.e2e.inject.cdi.weld.subresources.ModelProcessorScopeTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.cdi.weld.InterceptorDecoratorTest Jan 07, 2024 2:57:55 AM 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. Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM 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! Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 73114ebb-6d9c-47a9-9344-6f4c47cb5453 initialized Jan 07, 2024 2:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37311/ Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37311] Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. mybean ***Hello James*** Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 73114ebb-6d9c-47a9-9344-6f4c47cb5453 shut down Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37311] Jan 07, 2024 2:57:55 AM 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. Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM 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! Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e20a9648-e75f-4f1d-a340-2cc428bd594e initialized Jan 07, 2024 2:57:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:37311/ Jan 07, 2024 2:57:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAX-B API not found . WADL feature is disabled. Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37311] Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:57:55 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e20a9648-e75f-4f1d-a340-2cc428bd594e shut down Jan 07, 2024 2:57:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37311] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 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] --- jar:3.3.0:jar (default-jar) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-cdi-inject-weld --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/bom.xml [INFO] attaching as e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/bom.json [INFO] attaching as e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-cdi-inject-weld --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-cdi-inject-weld --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/4.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/4.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/4.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/4.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/cdi-inject-weld/target/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-cdi-inject-weld/4.0.99-SNAPSHOT/e2e-inject-cdi-inject-weld-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-cdi-inject-weld --- [INFO] [INFO] -------------< org.glassfish.jersey.tests:e2e-inject-hk2 >-------------- [INFO] Building e2e-inject-hk2 4.0.99-SNAPSHOT [111/375] [INFO] from tests/e2e-inject/hk2/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-inject-hk2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-inject-hk2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-inject-hk2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-inject-hk2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-inject-hk2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-inject-hk2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-inject-hk2 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-inject-hk2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-inject-hk2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-inject-hk2 --- [INFO] Reserved port 42913 for jersey.config.test.container.port [INFO] Reserved port 40789 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-inject-hk2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest Jan 07, 2024 2:57:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42913/ Jan 07, 2024 2:57:59 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42913] Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42913] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInFeaturesTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest Jan 07, 2024 2:58:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42913/ Jan 07, 2024 2:58:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42913] Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42913] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.JerseyAbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest Jan 07, 2024 2:58:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42913/ Jan 07, 2024 2:58:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42913] Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42913] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest Jan 07, 2024 2:58:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42913/ Jan 07, 2024 2:58:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42913] Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42913] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderTest [INFO] Running org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest Jan 07, 2024 2:58:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:42913/ Jan 07, 2024 2:58:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42913] Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42913] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.inject.hk2.HK2AbstractBinderClassTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/e2e-inject-hk2-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-inject-hk2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/bom.xml [INFO] attaching as e2e-inject-hk2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/bom.json [INFO] attaching as e2e-inject-hk2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-inject-hk2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/e2e-inject-hk2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-inject-hk2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/4.0.99-SNAPSHOT/e2e-inject-hk2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/e2e-inject-hk2-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/4.0.99-SNAPSHOT/e2e-inject-hk2-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/4.0.99-SNAPSHOT/e2e-inject-hk2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/4.0.99-SNAPSHOT/e2e-inject-hk2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-inject/hk2/target/e2e-inject-hk2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-inject-hk2/4.0.99-SNAPSHOT/e2e-inject-hk2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-inject-hk2 --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-server >---------------- [INFO] Building jersey-tests-e2e-server 4.0.99-SNAPSHOT [112/375] [INFO] from tests/e2e-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-server --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-server --- [INFO] Copying 97 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 157 source files with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/validation/BasicSubResource.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/PrimitiveTypesTest.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/provider/CustomViewableContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/src/test/java/org/glassfish/jersey/tests/e2e/server/mvc/provider/CustomViewableContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-server --- [INFO] Reserved port 32861 for jersey.config.test.container.port [INFO] Reserved port 46723 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Jan 07, 2024 2:58:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.550 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Jan 07, 2024 2:58:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:58:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Jan 07, 2024 2:58:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Jan 07, 2024 2:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:58:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.838 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Jan 07, 2024 2:58:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:11 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:12 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:58:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:13 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:14 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:58:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:15 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:58:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.925 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Jan 07, 2024 2:58:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.799 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Jan 07, 2024 2:58:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.802 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Jan 07, 2024 2:58:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.959 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Jan 07, 2024 2:58:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:24 AM 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. Jan 07, 2024 2:58:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Jan 07, 2024 2:58:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Jan 07, 2024 2:58:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:58:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.930 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Jan 07, 2024 2:58:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.987 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Jan 07, 2024 2:58:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.356 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Jan 07, 2024 2:58:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:58:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:58:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.946 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Jan 07, 2024 2:58:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Jan 07, 2024 2:58:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:44 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: ErrorTemplate at org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest$ErrorTemplateSubResource.get(ErrorTemplateTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at 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:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:58:44 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.924 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Jan 07, 2024 2:58:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.748 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Jan 07, 2024 2:58:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.240 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Jan 07, 2024 2:58:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Jan 07, 2024 2:58:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Jan 07, 2024 2:58:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:58:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:58:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.964 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Jan 07, 2024 2:58:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:58:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:58:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:58:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:58:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.553 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Jan 07, 2024 2:59:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:59:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:59:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 2:59:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.575 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Jan 07, 2024 2:59:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:59:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 2:59:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 2:59:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.622 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Jan 07, 2024 2:59:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:59:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 2:59:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 2:59:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.225 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Jan 07, 2024 2:59:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:21 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.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:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:21 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.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:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.705 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Jan 07, 2024 2:59:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 2:59:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 2:59:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 2:59:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.505 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Jan 07, 2024 2:59:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.653 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Jan 07, 2024 2:59:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.924 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Jan 07, 2024 2:59:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 2:59:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.916 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Jan 07, 2024 2:59:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.027 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Jan 07, 2024 2:59:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.046 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Jan 07, 2024 2:59:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.137 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Jan 07, 2024 2:59:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.589 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Jan 07, 2024 2:59:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 2:59:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:51 AM 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. Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 2:59:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:52 AM 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. Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 2:59:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.900 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Jan 07, 2024 2:59:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 2:59:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.638 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Jan 07, 2024 2:59:54 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.193 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Jan 07, 2024 2:59:57 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.098 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Jan 07, 2024 2:59:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 2:59:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 2:59:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 2:59:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.289 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Jan 07, 2024 3:00:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:00:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.099 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Jan 07, 2024 3:00:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:09 AM 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/plain]} Jan 07, 2024 3:00:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM 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/plain]} Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM 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_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/plain]} Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM 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/plain]} Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:10 AM 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/plain]} Jan 07, 2024 3:00:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Jan 07, 2024 3:00:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:12 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.032 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Jan 07, 2024 3:00:14 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.653 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Jan 07, 2024 3:00:19 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.338 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Jan 07, 2024 3:00:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:00:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:00:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.654 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Jan 07, 2024 3:00:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Jan 07, 2024 3:00:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.885 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Jan 07, 2024 3:00:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:00:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Jan 07, 2024 3:00:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.530 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Jan 07, 2024 3:00:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:00:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Jan 07, 2024 3:00:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.031 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Jan 07, 2024 3:00:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Jan 07, 2024 3:00:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Jan 07, 2024 3:00:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Jan 07, 2024 3:00:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Jan 07, 2024 3:00:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM 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 Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:00:40 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Jan 07, 2024 3:00:40 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Jan 07, 2024 3:00:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.327 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Jan 07, 2024 3:00:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Jan 07, 2024 3:00:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:00:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.064 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Jan 07, 2024 3:00:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Jan 07, 2024 3:00:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:00:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Jan 07, 2024 3:00:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.234 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Jan 07, 2024 3:00:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Jan 07, 2024 3:00:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:51 AM 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 Jan 07, 2024 3:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:00:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:52 AM 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 Jan 07, 2024 3:00:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.108 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Jan 07, 2024 3:00:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.700 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Jan 07, 2024 3:00:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.844 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Jan 07, 2024 3:00:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:00:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:00:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.283 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Jan 07, 2024 3:01:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:01 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Jan 07, 2024 3:01:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.528 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Jan 07, 2024 3:01:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.695 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Jan 07, 2024 3:01:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Jan 07, 2024 3:01:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Jan 07, 2024 3:01:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:01:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.593 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Jan 07, 2024 3:01:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:15 AM 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: java.io.IOException: Connection is closed 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:905) 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$AsyncResponder.resume(ServerRuntime.java:937) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:893) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:864) 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$AsyncResponder$2.run(ServerRuntime.java:859) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:420) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.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) ... 37 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:751) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:729) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 49 more Jan 07, 2024 3:01:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.714 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Jan 07, 2024 3:01:15 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:17 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.559 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Jan 07, 2024 3:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:18 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.110 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Jan 07, 2024 3:01:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:20 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.client.ResponseProcessingException: The response entity was already committed. The Response entity is being reused more than once. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:20 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:20 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.client.ResponseProcessingException: The response entity was already committed. The Response entity is being reused more than once. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:20 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Jan 07, 2024 3:01:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:23 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Jan 07, 2024 3:01:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.846 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest Jan 07, 2024 3:01:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44907] Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44907] Jan 07, 2024 3:01:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45985] Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45985] Jan 07, 2024 3:01:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40473] Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40473] Jan 07, 2024 3:01:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46695] Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46695] Jan 07, 2024 3:01:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Jan 07, 2024 3:01:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:2521] Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:2521] Jan 07, 2024 3:01:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.253 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Jan 07, 2024 3:01:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-C at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-E at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-BCDEX at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-00000 at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-X at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-C at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-E at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-CDEX at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-X at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-000 at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionX: X-A at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:186) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionX: X-ABCDE at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:186) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:01:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.831 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Jan 07, 2024 3:01:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.346 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Jan 07, 2024 3:01:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Jan 07, 2024 3:01:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.644 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Jan 07, 2024 3:01:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:01:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.628 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Jan 07, 2024 3:01:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Jan 07, 2024 3:01:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Jan 07, 2024 3:01:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:01:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.738 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Jan 07, 2024 3:01:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Jan 07, 2024 3:01:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:01:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Jan 07, 2024 3:01:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:01:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:01:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:01:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:01:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.811 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Jan 07, 2024 3:01:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:01:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:01:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:01:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:01:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.675 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Jan 07, 2024 3:02:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.143 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Jan 07, 2024 3:02:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.236 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Jan 07, 2024 3:02:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Jan 07, 2024 3:02:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Jan 07, 2024 3:02:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Jan 07, 2024 3:02:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.564 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Jan 07, 2024 3:02:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:15 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:16 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:214) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) 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) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.147 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Jan 07, 2024 3:02:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Jan 07, 2024 3:02:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:20 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:02:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.489 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Jan 07, 2024 3:02:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Jan 07, 2024 3:02:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.678 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Jan 07, 2024 3:02:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:28 AM 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. Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:28 AM 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. Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:29 AM 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. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:29 AM 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. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:29 AM 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. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:29 AM 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. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:02:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.466 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Jan 07, 2024 3:02:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: test at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$Writer.writeTo(ExceptionLoggingTest.java:106) at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$Writer.writeTo(ExceptionLoggingTest.java:87) 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) 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:31 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$MyCheckedException at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$ExceptionResource.checkedException(ExceptionLoggingTest.java:64) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:31 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:32 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$MyRuntimeException at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$ExceptionResource.runtimeException(ExceptionLoggingTest.java:59) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:32 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:02:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Jan 07, 2024 3:02:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:02:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:02:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Jan 07, 2024 3:02:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:02:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:02:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:02:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:34 AM 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.840 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Jan 07, 2024 3:02:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Jan 07, 2024 3:02:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.521 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Jan 07, 2024 3:02:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.517 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Jan 07, 2024 3:02:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.592 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Jan 07, 2024 3:02:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:44 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:46 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:47 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:47 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:48 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:49 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:49 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:49 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:02:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:50 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:02:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:02:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:52 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:02:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:02:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.177 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Jan 07, 2024 3:02:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:54 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.689 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Jan 07, 2024 3:02:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:02:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:02:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:02:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:02:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.496 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Jan 07, 2024 3:02:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:02:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.787 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Jan 07, 2024 3:03:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@7a539960 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@7a539960 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@7a539960 Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Jan 07, 2024 3:03:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:06 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:263) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:231) 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 Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM 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:180) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.RuntimeException: runtime-exception ... 25 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 25 more Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:441) 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:383) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:03:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Jan 07, 2024 3:03:07 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-before-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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:437) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-before-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:256) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:231) 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 Jan 07, 2024 3:03:07 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:03:07 AM 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:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:774) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:467) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:03:07 AM 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. Jan 07, 2024 3:03:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.090 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Jan 07, 2024 3:03:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.576 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Jan 07, 2024 3:03:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Jan 07, 2024 3:03:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:13 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:03:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:14 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:14 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.860 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Jan 07, 2024 3:03:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:03:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Jan 07, 2024 3:03:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:03:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Jan 07, 2024 3:03:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.727 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Jan 07, 2024 3:03:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.638 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Jan 07, 2024 3:03:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [Fatal Error] :2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. Jan 07, 2024 3:03:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [Fatal Error] :1:86: JAXP00010002: Element "testBean" has more than "1" attributes, "1" is the limit imposed by the JDK. Jan 07, 2024 3:03:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.730 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Jan 07, 2024 3:03:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:30 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:03:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.888 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Jan 07, 2024 3:03:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.993 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Jan 07, 2024 3:03:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.537 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Jan 07, 2024 3:03:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Jan 07, 2024 3:03:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:03:40 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:03:40 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:40 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@4f25e173 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@4f25e173 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@4f25e173 Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Jan 07, 2024 3:03:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.716 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Jan 07, 2024 3:03:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:03:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:03:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.746 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Jan 07, 2024 3:03:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:48 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.532 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Jan 07, 2024 3:03:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:51 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:03:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.560 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Jan 07, 2024 3:03:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:53 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.023 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Jan 07, 2024 3:03:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:56 AM 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. Jan 07, 2024 3:03:56 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:57 AM 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. Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:03:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:03:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:58 AM 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. Jan 07, 2024 3:03:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:03:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Jan 07, 2024 3:03:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:03:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:03:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:03:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Jan 07, 2024 3:04:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:01 AM 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. Jan 07, 2024 3:04:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:02 AM 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. Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:03 AM 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. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:04:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.078 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Jan 07, 2024 3:04:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.553 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Jan 07, 2024 3:04:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Jan 07, 2024 3:04:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.650 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Jan 07, 2024 3:04:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.515 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Jan 07, 2024 3:04:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Jan 07, 2024 3:04:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.803 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Jan 07, 2024 3:04:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:19 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException at org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest$ThrowableResource.unmapped(ExtendedUriInfoTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:04:19 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:04:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.038 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 804, Failures: 0, Errors: 0, Skipped: 7 [INFO] [INFO] [INFO] --- surefire:3.2.1:test (WithHK2) @ e2e-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest Jan 07, 2024 3:04:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest Jan 07, 2024 3:04:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryInstanceNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest Jan 07, 2024 3:04:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest Jan 07, 2024 3:04:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$FactoryClassNameNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CachePositiveStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest Jan 07, 2024 3:04:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:04:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest$CacheInvalidTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.999 s -- in org.glassfish.jersey.tests.e2e.server.mvc.spi.AbstractTemplateProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest Jan 07, 2024 3:04:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:25 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:04:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:04:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:04:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:29 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource 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.server.mvc.MvcEncodingTest$MvcEncodingTemplateTest$FreemarkerResource will be ignored. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:04:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.044 s -- in org.glassfish.jersey.tests.e2e.server.mvc.MvcEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest Jan 07, 2024 3:04:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.884 s -- in org.glassfish.jersey.tests.e2e.server.mvc.BeanValidationErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest Jan 07, 2024 3:04:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.484 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatInheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest Jan 07, 2024 3:04:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.971 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest Jan 07, 2024 3:04:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:39 AM 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. Jan 07, 2024 3:04:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateProgrammaticTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest Jan 07, 2024 3:04:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.088 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitProducesViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest Jan 07, 2024 3:04:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:04:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.996 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest Jan 07, 2024 3:04:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:46 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:47 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.022 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExplicitProduceTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest Jan 07, 2024 3:04:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest Jan 07, 2024 3:04:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:04:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:04:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.896 s -- in org.glassfish.jersey.tests.e2e.server.mvc.TemplateMethodSelectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest Jan 07, 2024 3:04:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.825 s -- in org.glassfish.jersey.tests.e2e.server.mvc.InheritedViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest Jan 07, 2024 3:04:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:04:58 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: ErrorTemplate at org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest$ErrorTemplateSubResource.get(ErrorTemplateTest.java:93) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at 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:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:04:58 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:04:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:04:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:04:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:04:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:04:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ErrorTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest Jan 07, 2024 3:04:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:00 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.704 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ExceptionViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest Jan 07, 2024 3:05:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 s -- in org.glassfish.jersey.tests.e2e.server.mvc.FlatViewProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest Jan 07, 2024 3:05:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.699 s -- in org.glassfish.jersey.tests.e2e.server.mvc.ImplicitViewWithResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest Jan 07, 2024 3:05:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.903 s -- in org.glassfish.jersey.tests.e2e.server.mvc.CustomViewableContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest Jan 07, 2024 3:05:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.203 s -- in org.glassfish.jersey.tests.e2e.server.ArrayParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionTest Jan 07, 2024 3:05:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.556 s -- in org.glassfish.jersey.tests.e2e.server.InjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest Jan 07, 2024 3:05:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:17 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:05:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:05:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-43] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-44] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-45] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-46] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-47] Started. Jan 07, 2024 3:05:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-48] Started. Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-49] Started. Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-50] Started. Jan 07, 2024 3:05:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.385 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionBasicTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest Jan 07, 2024 3:05:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:26 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:05:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:05:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-40] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-41] Started. Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-42] Started. Jan 07, 2024 3:05:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.134 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest Jan 07, 2024 3:05:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:05:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:05:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 3:05:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.757 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionInheritanceGenericsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest Jan 07, 2024 3:05:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:39 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.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:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:39 AM org.glassfish.jersey.server.validation.internal.ValidationExceptionMapper toResponse WARNING: Unexpected Bean Validation problem. jakarta.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:193) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:05:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.745 s -- in org.glassfish.jersey.tests.e2e.server.validation.validateonexecution.ValidateOnExecutionOverrideTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest Jan 07, 2024 3:05:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:05:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:05:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.848 s -- in org.glassfish.jersey.tests.e2e.server.validation.BasicValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest Jan 07, 2024 3:05:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:49 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.889 s -- in org.glassfish.jersey.tests.e2e.server.validation.FieldPropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest Jan 07, 2024 3:05:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.082 s -- in org.glassfish.jersey.tests.e2e.server.validation.InheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest Jan 07, 2024 3:05:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:05:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:05:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.070 s -- in org.glassfish.jersey.tests.e2e.server.validation.ProgrammaticValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest Jan 07, 2024 3:05:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:05:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:05:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:05:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.011 s -- in org.glassfish.jersey.tests.e2e.server.validation.CustomConfigValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest Jan 07, 2024 3:06:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:01 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.036 s -- in org.glassfish.jersey.tests.e2e.server.validation.EntityInheritanceValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest Jan 07, 2024 3:06:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.043 s -- in org.glassfish.jersey.tests.e2e.server.validation.PropertyValidationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest Jan 07, 2024 3:06:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 s -- in org.glassfish.jersey.tests.e2e.server.scanning.RankedProviderScanningTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest Jan 07, 2024 3:06:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:09 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:10 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:10 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:06:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.NullPointerException: Cannot invoke "org.glassfish.jersey.server.monitoring.ApplicationInfo.getResourceConfig()" because "applicationInfo" is null at org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest$Resource.getAppName(ApplicationInfoTest.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM 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. Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:11 AM 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. Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:06:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.014 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ApplicationInfoTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase Jan 07, 2024 3:06:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase Jan 07, 2024 3:06:13 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.243 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase Jan 07, 2024 3:06:17 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.190 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.130 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.StatisticsDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest Jan 07, 2024 3:06:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:21 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.295 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MBeansTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest Jan 07, 2024 3:06:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:06:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:06:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.050 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.MonitoringStatisticsLocatorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest Jan 07, 2024 3:06:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM 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/plain]} Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM 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/plain]} Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM 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_START.method=[[get]], R.MATCHED_LOCATOR=[[1:locator]], R.RESOURCE_METHOD_FINISHED=[[ok]], R.MATCHED_SUB_RESOURCE.order=[[2]], R.RESP_FILTERS_FINISHED.order=[[8]], R.REQ_FILTERS_START.order=[[3]], R.RESOURCE_METHOD_FINISHED.order=[[6]], Content-Length=[3], R.RESOURCE_METHOD_START.order=[[5]], R.MATCHED_LOCATOR.order=[[1]], Content-Type=[text/plain]} Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM 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/plain]} Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:30 AM 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/plain]} Jan 07, 2024 3:06:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.EventListenerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase Jan 07, 2024 3:06:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:32 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.138 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$GrizzlyTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase Jan 07, 2024 3:06:34 AM org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory$JdkHttpServerTestContainer INFO: Creating JdkHttpServerTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.684 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$JdkServerTestCase [INFO] Running org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase Jan 07, 2024 3:06:38 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.597 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest$SimpleHttpServerTestCase [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.460 s -- in org.glassfish.jersey.tests.e2e.server.monitoring.ReloadApplicationEventTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest Jan 07, 2024 3:06:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:42 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:06:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.717 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorNameAndDynamicBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BroadcasterTest Jan 07, 2024 3:06:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s -- in org.glassfish.jersey.tests.e2e.server.BroadcasterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest Jan 07, 2024 3:06:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:48 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s -- in org.glassfish.jersey.tests.e2e.server.InjectionManagerServerProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest Jan 07, 2024 3:06:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:06:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.237 s -- in org.glassfish.jersey.tests.e2e.server.FormParamMultivaluedInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest Jan 07, 2024 3:06:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest Jan 07, 2024 3:06:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:06:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:06:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.506 s -- in org.glassfish.jersey.tests.e2e.server.PerRequestLifecycleTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test Jan 07, 2024 3:06:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:58 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:06:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:06:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.127 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl1Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test Jan 07, 2024 3:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. --------------------- true true true true true true true true true true Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl2Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test Jan 07, 2024 3:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. --------------------- Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl3Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test Jan 07, 2024 3:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. --------------------- Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl4Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test Jan 07, 2024 3:06:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:06:59 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. --------------------- Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. --------------------- true true true Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM 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 Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. --------------------- true true true true true true --------------------- true true true Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:07:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator Jan 07, 2024 3:07:00 AM org.glassfish.jersey.server.wadl.config.WadlGeneratorLoader loadWadlGenerator INFO: Loading wadlGenerator org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test$MyWadlGeneratorConfig$MyWadlGenerator --------------------- Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. --------------------- true true true Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. true true true Jan 07, 2024 3:07:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.500 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl5Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl6Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl7Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.003 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl8Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:07:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl9Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test Jan 07, 2024 3:07:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl10Test [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test Jan 07, 2024 3:07:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. --------------------- Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:07:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest$Wadl11Test [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.344 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest Jan 07, 2024 3:07:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.566 s -- in org.glassfish.jersey.tests.e2e.server.wadl.OverrideWadlResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest Jan 07, 2024 3:07:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. --------------------- Jan 07, 2024 3:07:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. --------------------- Jan 07, 2024 3:07:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.266 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlBeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest Jan 07, 2024 3:07:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:08 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.668 s -- in org.glassfish.jersey.tests.e2e.server.wadl.WadlEmptyMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest Jan 07, 2024 3:07:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:11 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:11 AM 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 Jan 07, 2024 3:07:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. --------------------- Jan 07, 2024 3:07:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:12 AM 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 Jan 07, 2024 3:07:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s -- in org.glassfish.jersey.tests.e2e.server.wadl.ResourceExtendedFlagTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest Jan 07, 2024 3:07:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.673 s -- in org.glassfish.jersey.tests.e2e.server.InputStreamResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest Jan 07, 2024 3:07:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.937 s -- in org.glassfish.jersey.tests.e2e.server.ResourceRoutingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProviderTest Jan 07, 2024 3:07:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:07:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.202 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest Jan 07, 2024 3:07:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:22 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage, genericType=class org.glassfish.jersey.tests.e2e.server.AbstractDisableMetainfServicesLookupTest$UselessMessage. Jan 07, 2024 3:07:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupDisabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CloseableTest Jan 07, 2024 3:07:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.678 s -- in org.glassfish.jersey.tests.e2e.server.CloseableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest Jan 07, 2024 3:07:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.581 s -- in org.glassfish.jersey.tests.e2e.server.StreamMethodCallTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest Jan 07, 2024 3:07:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.glassfish.jersey.tests.e2e.server.AmbigousResourceMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest Jan 07, 2024 3:07:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:07:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.142 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPropagationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest Jan 07, 2024 3:07:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:35 AM 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: java.io.IOException: Connection is closed 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$3.run(ServerRuntime.java:905) 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$AsyncResponder.resume(ServerRuntime.java:937) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder.resume(ServerRuntime.java:893) at org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest$Resource.get(AsyncCallbackTest.java:71) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:478) at org.glassfish.jersey.server.model.ResourceMethodInvoker.lambda$apply$0(ResourceMethodInvoker.java:390) at org.glassfish.jersey.server.ServerRuntime$AsyncResponder$2$1.run(ServerRuntime.java:864) 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$AsyncResponder$2.run(ServerRuntime.java:859) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.io.IOException: Connection is closed at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:420) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:613) at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:60) at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) at org.glassfish.jersey.message.internal.ReaderWriter.writeTo(ReaderWriter.java:99) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.java:82) at org.glassfish.jersey.message.internal.InputStreamProvider.writeTo(InputStreamProvider.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) ... 37 more Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:62) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:137) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:81) at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:58) at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:542) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:118) at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:63) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:96) at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:77) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:211) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:137) at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:106) at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:148) at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:81) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:246) at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:178) at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:118) at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:96) at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:51) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:751) at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:729) at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1004) at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:644) ... 49 more Jan 07, 2024 3:07:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.783 s -- in org.glassfish.jersey.tests.e2e.server.AsyncCallbackTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest Jan 07, 2024 3:07:36 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:37 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:37 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:37 AM org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory$InMemoryTestContainer INFO: Creating InMemoryTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$InMemoryTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest Jan 07, 2024 3:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerGrizzlyConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest Jan 07, 2024 3:07:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:07:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$GrizzlyContainerApacheConnectorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest Jan 07, 2024 3:07:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:39 AM org.glassfish.jersey.test.simple.SimpleTestContainerFactory$SimpleTestContainer INFO: Creating SimpleTestContainer configured at the base URI http://localhost:32861/ [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.371 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest$SimpleContainerHttpUrlConnectorTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.226 s -- in org.glassfish.jersey.tests.e2e.server.ResponseStatusTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.Issue4097Test Jan 07, 2024 3:07:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.client.ResponseProcessingException: The response entity was already committed. The Response entity is being reused more than once. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:41 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. jakarta.ws.rs.client.ResponseProcessingException: The response entity was already committed. The Response entity is being reused more than once. at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:41 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s -- in org.glassfish.jersey.tests.e2e.server.Issue4097Test [INFO] Running org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest Jan 07, 2024 3:07:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:43 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:44 AM org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo SEVERE: MessageBodyWriter not found for media type=text/plain, type=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource, genericType=class org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest$Resource. Jan 07, 2024 3:07:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.740 s -- in org.glassfish.jersey.tests.e2e.server.MessageBodyProvidersExceptionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest Jan 07, 2024 3:07:45 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:45 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40143] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40143] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46269] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46269] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33277] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33277] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34397] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34397] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39416] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39416] Jan 07, 2024 3:07:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource 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.server.sebootstrap.SeBootstrapTest$StaticApplication$StaticResource will be ignored. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:07:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.301 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapSystemPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.glassfish.jersey.tests.e2e.server.sebootstrap.SeBootstrapPropertiesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest Jan 07, 2024 3:07:49 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:50 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-C at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-E at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-BCDEX at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-00000 at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionA: A-X at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:176) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-C at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-D at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-E at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-CDEX at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-X at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionB: B-000 at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:178) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionX: X-A at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:186) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$ExceptionX: X-ABCDE at org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest$TestResource.post(ExtendedExceptionMapperTest.java:186) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:07:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.724 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest Jan 07, 2024 3:07:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:07:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.458 s -- in org.glassfish.jersey.tests.e2e.server.filter.RolesAllowedTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest Jan 07, 2024 3:07:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.631 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeNegativeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest Jan 07, 2024 3:07:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:07:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:07:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:07:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest Jan 07, 2024 3:07:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:07:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:08:01 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.597 s -- in org.glassfish.jersey.tests.e2e.server.filter.PostToPutDeleteTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest Jan 07, 2024 3:08:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:03 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.587 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegLanguageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest Jan 07, 2024 3:08:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:05 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.596 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMappingFromStringTest [INFO] Running org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest Jan 07, 2024 3:08:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:08:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.824 s -- in org.glassfish.jersey.tests.e2e.server.filter.UriConnegMediaTypeTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AppNameBindingTest Jan 07, 2024 3:08:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.670 s -- in org.glassfish.jersey.tests.e2e.server.AppNameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest Jan 07, 2024 3:08:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:08:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.616 s -- in org.glassfish.jersey.tests.e2e.server.GlobalNameBoundInterceptorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PathEncodingTest Jan 07, 2024 3:08:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:08:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.916 s -- in org.glassfish.jersey.tests.e2e.server.PathEncodingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ServerDestroyTest Jan 07, 2024 3:08:18 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:19 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.693 s -- in org.glassfish.jersey.tests.e2e.server.ServerDestroyTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest Jan 07, 2024 3:08:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:22 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.227 s -- in org.glassfish.jersey.tests.e2e.server.routing.ResponseMediaTypeFromProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest Jan 07, 2024 3:08:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.220 s -- in org.glassfish.jersey.tests.e2e.server.routing.RegularExpressionsTest [INFO] Running org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest Jan 07, 2024 3:08:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.544 s -- in org.glassfish.jersey.tests.e2e.server.routing.InheritanceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest Jan 07, 2024 3:08:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.572 s -- in org.glassfish.jersey.tests.e2e.server.SubjectSecurityContextTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AllInjectablesTest Jan 07, 2024 3:08:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.225 s -- in org.glassfish.jersey.tests.e2e.server.AllInjectablesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest Jan 07, 2024 3:08:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.616 s -- in org.glassfish.jersey.tests.e2e.server.MetainfServicesLookupEnabledTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest Jan 07, 2024 3:08:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:37 AM 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:197) at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:214) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BadParameterException: This parameter was not found at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:88) at org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$ModelObjectParamConverter.fromString(BeanParamExceptionTest.java:82) 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) ... 37 more MultiException stack 2 of 3 java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject errors were found at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:247) at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:387) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) MultiException stack 3 of 3 java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest$BeanParamObject at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:422) at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:466) at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59) at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2109) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93) at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67) at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:155) at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:73) at org.glassfish.jersey.server.internal.inject.BeanParamValueParamProvider$BeanParamValueProvider.apply(BeanParamValueParamProvider.java:44) at org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource.apply(ParamValueFactoryWithSource.java:50) at org.glassfish.jersey.server.spi.internal.ParameterValueHelper.getParameterValues(ParameterValueHelper.java:64) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$AbstractMethodParamInvoker.getParamValues(JavaResourceMethodDispatcherProvider.java:109) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.150 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PostConstructTest Jan 07, 2024 3:08:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:39 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:40 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s -- in org.glassfish.jersey.tests.e2e.server.PostConstructTest [INFO] Running org.glassfish.jersey.tests.e2e.server.BeanParamTest Jan 07, 2024 3:08:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:08:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.559 s -- in org.glassfish.jersey.tests.e2e.server.BeanParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ModelProcessorTest Jan 07, 2024 3:08:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.958 s -- in org.glassfish.jersey.tests.e2e.server.ModelProcessorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ReloadTest Jan 07, 2024 3:08:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.glassfish.jersey.tests.e2e.server.ReloadTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonResourceTest Jan 07, 2024 3:08:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:49 AM 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. Jan 07, 2024 3:08:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:50 AM 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. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:50 AM 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. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:50 AM 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. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:50 AM 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. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:50 AM 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. Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:08:51 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.471 s -- in org.glassfish.jersey.tests.e2e.server.SingletonResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest Jan 07, 2024 3:08:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:52 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException: test at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$Writer.writeTo(ExceptionLoggingTest.java:106) at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$Writer.writeTo(ExceptionLoggingTest.java:87) 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) 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$MyCheckedException at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$ExceptionResource.checkedException(ExceptionLoggingTest.java:64) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:08:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$MyRuntimeException at org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest$ExceptionResource.runtimeException(ExceptionLoggingTest.java:59) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.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:253) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:08:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest Jan 07, 2024 3:08:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:08:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:08:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. bar-executor-service bar-executor-service Jan 07, 2024 3:08:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:08:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:08:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:08:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:08:56 AM 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.900 s -- in org.glassfish.jersey.tests.e2e.server.ManagedClientExecutorTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest Jan 07, 2024 3:08:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:08:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:08:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:08:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 s -- in org.glassfish.jersey.tests.e2e.server.EncodedFormParamTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest Jan 07, 2024 3:08:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:08:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.601 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperPriorityTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest Jan 07, 2024 3:09:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.glassfish.jersey.tests.e2e.server.InitializationLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonCustomTest Jan 07, 2024 3:09:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:04 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:04 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:04 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.593 s -- in org.glassfish.jersey.tests.e2e.server.GsonCustomTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CompletionStageTest Jan 07, 2024 3:09:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:06 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:06 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:06 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:06 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:08 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:09 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:10 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:10 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:11 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:11 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:11 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:09:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:12 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:09:13 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:13 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:13 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:13 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:13 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:14 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, java.util.concurrent.CompletionStage, of method, public java.util.concurrent.CompletionStage org.glassfish.jersey.tests.e2e.server.CompletionStageTest$CompletionStageResource.csExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:09:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:09:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.244 s -- in org.glassfish.jersey.tests.e2e.server.CompletionStageTest [INFO] Running org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest Jan 07, 2024 3:09:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.733 s -- in org.glassfish.jersey.tests.e2e.server.InterceptorHttpHeadersInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.AsyncResponseTest Jan 07, 2024 3:09:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:18 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.416 s -- in org.glassfish.jersey.tests.e2e.server.AsyncResponseTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest Jan 07, 2024 3:09:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:21 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:21 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:09:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:09:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.838 s -- in org.glassfish.jersey.tests.e2e.server.ContentNegotiationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest Jan 07, 2024 3:09:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:24 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@248e3bc6 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@248e3bc6 org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest$MyInjectableSingleton@248e3bc6 Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.913 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest Jan 07, 2024 3:09:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:28 AM 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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) 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:263) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:231) 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 Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM 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:180) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: java.lang.RuntimeException: runtime-exception ... 25 more Caused by: jakarta.ws.rs.ClientErrorException: client-error ... 25 more Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. java.lang.NullPointerException: response-filter-exception at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$ExceptionThrowingFilter.filter(ExceptionMapperTest.java:441) 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:383) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:375) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:264) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:09:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process SEVERE: Error occurred when processing a response created from an already mapped exception. Jan 07, 2024 3:09:29 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. org.glassfish.jersey.server.internal.process.MappableException: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-before-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:677) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:437) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Caused by: org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyException: exception-before-first-bytes at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:256) at org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest$MyMessageBodyWritter.writeTo(ExceptionMapperTest.java:231) 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 Jan 07, 2024 3:09:29 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:09:29 AM 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:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024) at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) at org.glassfish.jersey.server.ServerRuntime$Responder.release(ServerRuntime.java:774) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:467) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:09:29 AM 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. Jan 07, 2024 3:09:29 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.141 s -- in org.glassfish.jersey.tests.e2e.server.ExceptionMapperTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceConfigTest Jan 07, 2024 3:09:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.628 s -- in org.glassfish.jersey.tests.e2e.server.ResourceConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest Jan 07, 2024 3:09:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:33 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.539 s -- in org.glassfish.jersey.tests.e2e.server.EncodedSlashInPathSegmentTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest Jan 07, 2024 3:09:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:35 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:35 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:09:35 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:35 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:35 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:36 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:36 AM 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 jakarta.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 jakarta.ws.rs.container.ContainerRequestFilter] but does not explicitly define the scope (@Singleton, @PerLookup). The resource class will be managed as singleton. Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s -- in org.glassfish.jersey.tests.e2e.server.SingletonProvidersResourcesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest Jan 07, 2024 3:09:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:38 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.918 s -- in org.glassfish.jersey.tests.e2e.server.PrimitiveTypesTest [INFO] Running org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest Jan 07, 2024 3:09:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. jakarta.ws.rs.WebApplicationException: WAE with entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithEntity(WebApplicationExceptionLoggingTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. jakarta.ws.rs.WebApplicationException: WAE without entity at org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest$StatusResource.testWithoutEntity(WebApplicationExceptionLoggingTest.java:65) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:09:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.962 s -- in org.glassfish.jersey.tests.e2e.server.WebApplicationExceptionLoggingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest Jan 07, 2024 3:09:43 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:44 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:09:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.807 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterNoProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest Jan 07, 2024 3:09:46 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:47 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.620 s -- in org.glassfish.jersey.tests.e2e.server.ClientResponseOnServerTest [INFO] Running org.glassfish.jersey.tests.e2e.server.EntityExpansionTest Jan 07, 2024 3:09:48 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:49 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:49 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:49 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. [Fatal Error] :2:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true. Jan 07, 2024 3:09:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:50 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:50 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [Fatal Error] :1:86: JAXP00010002: Element "testBean" has more than "1" attributes, "1" is the limit imposed by the JDK. Jan 07, 2024 3:09:50 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.742 s -- in org.glassfish.jersey.tests.e2e.server.EntityExpansionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ParamConverterTest Jan 07, 2024 3:09:50 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:51 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:09:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.836 s -- in org.glassfish.jersey.tests.e2e.server.ParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest Jan 07, 2024 3:09:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:55 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:09:55 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:09:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:09:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 s -- in org.glassfish.jersey.tests.e2e.server.RequestScopedAndAsyncTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest Jan 07, 2024 3:09:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:57 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:09:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:09:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:09:58 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.glassfish.jersey.tests.e2e.server.ContainerListenerRegistrationAsProvidersTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest Jan 07, 2024 3:09:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:09:59 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:00 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:00 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.796 s -- in org.glassfish.jersey.tests.e2e.server.GloballyNameBoundResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest Jan 07, 2024 3:10:01 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:10:02 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@16b734f3 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@16b734f3 org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest$MyInjectableSingleton@16b734f3 Jan 07, 2024 3:10:02 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:02 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:03 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Registering injectables... Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:03 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.131 s -- in org.glassfish.jersey.tests.e2e.server.CustomInjectablesApplicationTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GsonDefaultTest Jan 07, 2024 3:10:04 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:04 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 s -- in org.glassfish.jersey.tests.e2e.server.GsonDefaultTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ResourceFilterTest Jan 07, 2024 3:10:06 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:07 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:10:07 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:07 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. The entity stream cannot be set in the request as it is already in the response processing phase. The security context cannot be set in the request as it is already in the response processing phase. The request cannot be aborted as it is already in the response processing phase. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:10:08 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:10:09 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.843 s -- in org.glassfish.jersey.tests.e2e.server.ResourceFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest Jan 07, 2024 3:10:09 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:10 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:11 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:11 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:10:12 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.612 s -- in org.glassfish.jersey.tests.e2e.server.OptionalParamConverterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.TypedVariableTest Jan 07, 2024 3:10:12 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:13 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:14 AM org.glassfish.jersey.internal.Errors logErrors WARNING: The following warnings have been detected: WARNING: Return type, T, of method, public T org.glassfish.jersey.tests.e2e.server.TypedVariableTest$Resource.justExtends(), is not resolvable to a concrete type. Jan 07, 2024 3:10:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.554 s -- in org.glassfish.jersey.tests.e2e.server.TypedVariableTest [INFO] Running org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest Jan 07, 2024 3:10:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:16 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:16 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:17 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.123 s -- in org.glassfish.jersey.tests.e2e.server.IllegalArgumentExceptionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.NameBindingTest Jan 07, 2024 3:10:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:18 AM 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. Jan 07, 2024 3:10:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:19 AM 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. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:19 AM 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. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:19 AM 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. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:20 AM 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. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:20 AM 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. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:20 AM 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. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:10:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.677 s -- in org.glassfish.jersey.tests.e2e.server.NameBindingTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest Jan 07, 2024 3:10:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:21 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:22 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.306 s -- in org.glassfish.jersey.tests.e2e.server.ScheduledThreadPoolExecutorProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SubResourceTest Jan 07, 2024 3:10:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:23 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:24 AM 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. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:24 AM 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. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:24 AM 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. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:24 AM 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. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:25 AM 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. Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:10:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.148 s -- in org.glassfish.jersey.tests.e2e.server.SubResourceTest [INFO] Running org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest Jan 07, 2024 3:10:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:27 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.562 s -- in org.glassfish.jersey.tests.e2e.server.RuntimeConfigTest [INFO] Running org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest Jan 07, 2024 3:10:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:29 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:29 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:29 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.552 s -- in org.glassfish.jersey.tests.e2e.server.GrizzlyInjectionTest [INFO] Running org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest Jan 07, 2024 3:10:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:31 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.690 s -- in org.glassfish.jersey.tests.e2e.server.SecurityContextFilterTest [INFO] Running org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest Jan 07, 2024 3:10:33 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:34 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.565 s -- in org.glassfish.jersey.tests.e2e.server.CustomMultivaluedMapProviderTest [INFO] Running org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest Jan 07, 2024 3:10:35 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:36 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:36 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:36 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:37 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:37 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:37 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s -- in org.glassfish.jersey.tests.e2e.server.UriBuilderTemplateTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest Jan 07, 2024 3:10:37 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:38 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:39 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:39 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.912 s -- in org.glassfish.jersey.tests.e2e.server.ChunkedInputOutputTest [INFO] Running org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest Jan 07, 2024 3:10:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:41 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:41 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:41 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] Jan 07, 2024 3:10:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:32861/ Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32861] Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:42 AM org.glassfish.jersey.server.ServerRuntime$Responder process WARNING: An exception mapping did not successfully produce and processed a response. Logging the exception propagated to the default exception mapper. java.lang.RuntimeException at org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest$ThrowableResource.unmapped(ExtendedUriInfoTest.java:72) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:146) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:189) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:93) 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:261) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:10:42 AM org.glassfish.jersey.server.ServerRuntime$Responder writeResponse SEVERE: Error while closing the output stream in order to commit response. java.lang.IllegalStateException: Illegal attempt to call getOutputStream() after getWriter() has already been called. at org.glassfish.grizzly.http.server.Response.getNIOOutputStream(Response.java:578) at org.glassfish.grizzly.http.server.Response.getOutputStream(Response.java:602) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer$ResponseWriter.writeResponseStatusAndHeaders(GrizzlyHttpContainer.java:250) at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:667) 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:865) at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:403) at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:749) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:385) at org.glassfish.jersey.server.ServerRuntime$Responder.processResponseWithDefaultExceptionMapper(ServerRuntime.java:633) at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:458) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:269) 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:240) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:697) at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:367) at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:190) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:535) at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:515) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:10:42 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32861] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 s -- in org.glassfish.jersey.tests.e2e.server.ExtendedUriInfoTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 804, Failures: 0, Errors: 0, Skipped: 7 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/e2e-server-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/bom.xml [INFO] attaching as e2e-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/bom.json [INFO] attaching as e2e-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/e2e-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/4.0.99-SNAPSHOT/e2e-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/e2e-server-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/4.0.99-SNAPSHOT/e2e-server-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/4.0.99-SNAPSHOT/e2e-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/4.0.99-SNAPSHOT/e2e-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-server/target/e2e-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-server/4.0.99-SNAPSHOT/e2e-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-server --- [INFO] [INFO] ---------------< org.glassfish.jersey.tests:e2e-testng >---------------- [INFO] Building jersey-tests-e2e-testng 4.0.99-SNAPSHOT [113/375] [INFO] from tests/e2e-testng/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-testng --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-testng --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-testng --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-testng --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-testng --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-testng --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-testng --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-testng --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-testng --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-testng --- [INFO] Reserved port 45979 for jersey.config.test.container.port [INFO] Reserved port 38489 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-testng --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest Configuring TestNG with: TestNG60Configurator Jan 07, 2024 3:10:51 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42509] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42509/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39027] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39027/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36269] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36269/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44867] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44867/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45511] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45511/ Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42509] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36269] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44867] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39027] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45511] Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34313] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34313/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38073] Jan 07, 2024 3:10:52 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38073/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46793] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46793/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44039] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44039/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46793] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38073] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34313] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44619] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44619/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44039] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44971] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44971/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40583] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40583/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45699] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:45699/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40583] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44971] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44619] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45699] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39793] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39793/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43153] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43153/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:39689] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:39689/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36687] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36687/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42269] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42269/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36687] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39689] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43153] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:39793] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:40287] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:40287/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38919] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38919/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38083] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38083/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38919] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:40287] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42269] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33583] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33583/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38083] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38443] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38443/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33433] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33433/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44657] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44657/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33433] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38443] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33583] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34501] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34501/ Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44657] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34501] Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:42307] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:42307/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44895] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44895/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:46161] Jan 07, 2024 3:10:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:46161/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:35401] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:35401/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33529] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33529/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:46161] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44895] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:42307] Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41883] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:41883/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:34277] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:34277/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:35401] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41883] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33529] Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37313] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37313/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:34277] Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:44851] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:44851/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:37097] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:37097/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:38587] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:38587/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37097] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:44851] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:37313] Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:43411] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:43411/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:38587] Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:54 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:36181] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 3:10:54 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:36181/ Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:43411] Jan 07, 2024 3:10:54 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:36181] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@1f554b06 failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.977 s -- in org.glassfish.jersey.tests.e2e.BeforeMethodParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.AbstractParallelTest Configuring TestNG with: TestNG60Configurator [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s -- in org.glassfish.jersey.tests.e2e.AbstractParallelTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerClassTest Configuring TestNG with: TestNG60Configurator Jan 07, 2024 3:10:55 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45979/ Jan 07, 2024 3:10:55 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:56 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45979] Jan 07, 2024 3:10:56 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:56 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45979] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.jersey.tests.e2e.ContainerPerClassTest [INFO] Running org.glassfish.jersey.tests.e2e.ContainerPerMethodTest Configuring TestNG with: TestNG60Configurator Jan 07, 2024 3:10:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45979/ Jan 07, 2024 3:10:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45979] Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45979] Jan 07, 2024 3:10:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45979/ Jan 07, 2024 3:10:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45979] Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45979] Jan 07, 2024 3:10:57 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:45979/ Jan 07, 2024 3:10:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:45979] Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:10:57 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:45979] [TestNG] Reporter org.testng.reporters.JUnitReportReporter@63753b6d failed java.util.ConcurrentModificationException at java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:1095) at java.base/java.util.ArrayList$Itr.next(ArrayList.java:1049) at org.testng.reporters.JUnitReportReporter.getNextConfiguration(JUnitReportReporter.java:220) at org.testng.reporters.JUnitReportReporter.generateReport(JUnitReportReporter.java:105) at org.testng.TestNG.generateReports(TestNG.java:1175) at org.testng.TestNG.run(TestNG.java:1102) at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:155) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeSingleClass(TestNGDirectoryTestSuite.java:102) at org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:91) at org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:137) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.291 s -- in org.glassfish.jersey.tests.e2e.ContainerPerMethodTest [INFO] Running org.glassfish.jersey.tests.e2e.BeforeClassParallelTest Configuring TestNG with: TestNG60Configurator Jan 07, 2024 3:10:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:/ Jan 07, 2024 3:10:58 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:10:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:33165] Jan 07, 2024 3:10:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:10:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer start INFO: Started GrizzlyTestContainer at the base URI http://localhost:33165/ Jan 07, 2024 3:10:59 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:33165] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.361 s -- in org.glassfish.jersey.tests.e2e.BeforeClassParallelTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/e2e-testng-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-testng --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/bom.xml [INFO] attaching as e2e-testng-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/bom.json [INFO] attaching as e2e-testng-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-testng --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/e2e-testng-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-testng --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/4.0.99-SNAPSHOT/e2e-testng-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/e2e-testng-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/4.0.99-SNAPSHOT/e2e-testng-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/4.0.99-SNAPSHOT/e2e-testng-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/4.0.99-SNAPSHOT/e2e-testng-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-testng/target/e2e-testng-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-testng/4.0.99-SNAPSHOT/e2e-testng-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-testng --- [INFO] [INFO] -----------------< org.glassfish.jersey.tests:e2e-tls >----------------- [INFO] Building jersey-tests-e2e-tls 4.0.99-SNAPSHOT [114/375] [INFO] from tests/e2e-tls/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ e2e-tls --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ e2e-tls --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ e2e-tls --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ e2e-tls --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ e2e-tls --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ e2e-tls --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ e2e-tls --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ e2e-tls --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ e2e-tls --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ e2e-tls --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ e2e-tls --- [INFO] Reserved port 32795 for jersey.config.test.container.port [INFO] Reserved port 45449 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ e2e-tls --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.e2e.tls.SniTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com Record version: TLSv1.2 Hello version: TLSv1.2 java.net.SocketException: Socket closed at java.base/sun.nio.ch.NioSocketImpl.endAccept(NioSocketImpl.java:682) at java.base/sun.nio.ch.NioSocketImpl.accept(NioSocketImpl.java:755) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:698) at java.base/java.net.ServerSocket.platformImplAccept(ServerSocket.java:663) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:639) at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:585) at java.base/java.net.ServerSocket.accept(ServerSocket.java:543) at org.glassfish.jersey.tests.e2e.tls.ClientHelloTestServer.lambda$start$0(ClientHelloTestServer.java:80) at java.base/java.lang.Thread.run(Thread.java:1583) Found expected Client SNI type=host_name (0), value=www.host1.com [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.67 s -- in org.glassfish.jersey.tests.e2e.tls.SniTest [INFO] Running org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest Jan 07, 2024 3:11:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32795 Jan 07, 2024 3:11:18 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32795] Jan 07, 2024 3:11:18 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32795] Jan 07, 2024 3:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32795 Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32795] Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details. SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier. SLF4J: Ignoring binding found at [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation. Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32795] Jan 07, 2024 3:11:19 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32795 Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32795] Jan 07, 2024 3:11:19 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:11:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32795] Jan 07, 2024 3:11:20 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI https://localhost:32795 Jan 07, 2024 3:11:20 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:32795] Jan 07, 2024 3:11:20 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:11:20 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:32795] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.113 s -- in org.glassfish.jersey.tests.e2e.tls.SslContextPerRequestTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/e2e-tls-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ e2e-tls --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/bom.xml [INFO] attaching as e2e-tls-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/bom.json [INFO] attaching as e2e-tls-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ e2e-tls --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/e2e-tls-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ e2e-tls --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/4.0.99-SNAPSHOT/e2e-tls-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/e2e-tls-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/4.0.99-SNAPSHOT/e2e-tls-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/4.0.99-SNAPSHOT/e2e-tls-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/4.0.99-SNAPSHOT/e2e-tls-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/e2e-tls/target/e2e-tls-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/e2e-tls/4.0.99-SNAPSHOT/e2e-tls-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ e2e-tls --- [INFO] [INFO] -----------< org.glassfish.jersey.tests.integration:project >----------- [INFO] Building jersey-tests-integration 4.0.99-SNAPSHOT [115/375] [INFO] from tests/integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 41025 for jersey.config.test.container.port [INFO] Reserved port 36555 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] -------------< org.glassfish.jersey.tests.integration:asm >------------- [INFO] Building jersey-asm-integration 4.0.99-SNAPSHOT [116/375] [INFO] from tests/integration/asm/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ asm --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ asm --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ asm --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ asm --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ asm --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ asm --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ asm --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ asm --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ asm --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ asm --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ asm --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/src/test/java/org/glassfish/jersey/integration/asm/AnnotatedClassVisitorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ asm --- [INFO] Reserved port 45831 for jersey.config.test.container.port [INFO] Reserved port 41887 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ asm --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.jersey.integration.asm.AnnotatedClassVisitorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/asm-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ asm --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/bom.xml [INFO] attaching as asm-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/bom.json [INFO] attaching as asm-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ asm --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/asm-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ asm --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/4.0.99-SNAPSHOT/asm-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/asm-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/4.0.99-SNAPSHOT/asm-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/4.0.99-SNAPSHOT/asm-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/4.0.99-SNAPSHOT/asm-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/asm/target/asm-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/asm/4.0.99-SNAPSHOT/asm-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ asm --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-integration-project >-- [INFO] Building cdi-integration-project 4.0.99-SNAPSHOT [117/375] [INFO] from tests/integration/cdi-integration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-integration-project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-integration-project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-integration-project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-integration-project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-integration-project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-integration-project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-integration-project --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-integration-project --- [INFO] Reserved port 34495 for jersey.config.test.container.port [INFO] Reserved port 37759 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-integration-project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/target/bom.xml [INFO] attaching as cdi-integration-project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/target/bom.json [INFO] attaching as cdi-integration-project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-integration-project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-integration-project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/4.0.99-SNAPSHOT/cdi-integration-project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/4.0.99-SNAPSHOT/cdi-integration-project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-integration-project/4.0.99-SNAPSHOT/cdi-integration-project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-integration-project --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-beanvalidation-webapp >-- [INFO] Building jersey-tests-cdi-beanvalidation-webapp 4.0.99-SNAPSHOT [118/375] [INFO] from tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-beanvalidation-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-beanvalidation-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-beanvalidation-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-beanvalidation-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-beanvalidation-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-beanvalidation-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-beanvalidation-webapp --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-beanvalidation-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-beanvalidation-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-beanvalidation-webapp --- [INFO] Reserved port 41461 for jersey.config.test.container.port [INFO] Reserved port 35089 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-beanvalidation-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawCdiTest Jan 07, 2024 3:11:28 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:11:28 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:11:29 AM 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. Jan 07, 2024 3:11:29 AM 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. Jan 07, 2024 3:11:29 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:29 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8e814975-870c-4632-a5fe-ff93a12dfa89 initialized Jan 07, 2024 3:11:29 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:29 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:11:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8e814975-870c-4632-a5fe-ff93a12dfa89 shut down Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:30 AM 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. Jan 07, 2024 3:11:30 AM 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. Jan 07, 2024 3:11:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:30 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c116a5be-5559-44a6-a46a-d749569e8503 initialized Jan 07, 2024 3:11:30 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:30 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:11:30 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c116a5be-5559-44a6-a46a-d749569e8503 shut down Jan 07, 2024 3:11:30 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:30 AM 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. Jan 07, 2024 3:11:30 AM 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. Jan 07, 2024 3:11:30 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f0fce90-93e1-4562-bff0-c9fd3cfded7e initialized Jan 07, 2024 3:11:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f0fce90-93e1-4562-bff0-c9fd3cfded7e shut down Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e35b957e-e20d-40cf-a877-3fc60ee8ca5d initialized Jan 07, 2024 3:11:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e35b957e-e20d-40cf-a877-3fc60ee8ca5d shut down Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d3fb0b6a-f686-43e6-9e75-de2d5879bd6a initialized Jan 07, 2024 3:11:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d3fb0b6a-f686-43e6-9e75-de2d5879bd6a shut down Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2cff718c-61b5-4577-bd03-79166c3a779b initialized Jan 07, 2024 3:11:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2cff718c-61b5-4577-bd03-79166c3a779b shut down Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f12fee0-fb74-400b-844d-f3ab3bab17cf initialized Jan 07, 2024 3:11:31 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:31 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:11:31 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f12fee0-fb74-400b-844d-f3ab3bab17cf shut down Jan 07, 2024 3:11:31 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM 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. Jan 07, 2024 3:11:31 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fa7e5177-ecf2-4f10-9da6-9e90ae9101eb initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fa7e5177-ecf2-4f10-9da6-9e90ae9101eb shut down Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ec9e2286-2259-4fc1-b53b-ab72570665f7 initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ec9e2286-2259-4fc1-b53b-ab72570665f7 shut down Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container c869f93b-7ae2-4c0b-85d4-018db7c85ab4 initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/cdi Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container c869f93b-7ae2-4c0b-85d4-018db7c85ab4 shut down Jan 07, 2024 3:11:32 AM 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.028 s -- in org.glassfish.jersey.tests.cdi.bv.RawCdiTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.CombinedTest Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9b47eadc-818b-4bb7-9408-9c823b6a14c7 initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9b47eadc-818b-4bb7-9408-9c823b6a14c7 shut down Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 87cf01eb-ae99-4eb6-b142-77c7913596c3 initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:11:32 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 87cf01eb-ae99-4eb6-b142-77c7913596c3 shut down Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM 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. Jan 07, 2024 3:11:32 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:32 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container af3598f2-adba-495c-8e56-85007fafc66d initialized Jan 07, 2024 3:11:32 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container af3598f2-adba-495c-8e56-85007fafc66d shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5ee82409-5dc3-4c56-b5b4-a978dbaa626e initialized Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5ee82409-5dc3-4c56-b5b4-a978dbaa626e shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container afdebc66-fc47-44be-9cae-a9f13e4efda0 initialized Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container afdebc66-fc47-44be-9cae-a9f13e4efda0 shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 619360de-eb75-47fe-a089-cfde670d6c93 initialized Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 619360de-eb75-47fe-a089-cfde670d6c93 shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 53700853-61dd-4ec3-98d5-9e2d9c74a9a1 initialized Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 53700853-61dd-4ec3-98d5-9e2d9c74a9a1 shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dbd56b3-b37d-4509-b543-0ddcbd143851 initialized Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:11:33 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:33 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dbd56b3-b37d-4509-b543-0ddcbd143851 shut down Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM 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. Jan 07, 2024 3:11:33 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 241ccac2-fdab-417a-ae3c-80c51378adbf initialized Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 241ccac2-fdab-417a-ae3c-80c51378adbf shut down Jan 07, 2024 3:11:34 AM 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. Jan 07, 2024 3:11:34 AM 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. Jan 07, 2024 3:11:34 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:34 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d70f8282-028b-4aaa-a813-b4f185ef6659 initialized Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d70f8282-028b-4aaa-a813-b4f185ef6659 shut down [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s -- in org.glassfish.jersey.tests.cdi.bv.CombinedTest [INFO] Running org.glassfish.jersey.tests.cdi.bv.RawHk2Test Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-beanvalidation-webapp/hk2 Jan 07, 2024 3:11:34 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:34 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:11:34 AM 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: 0.392 s -- in org.glassfish.jersey.tests.cdi.bv.RawHk2Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-beanvalidation-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-beanvalidation-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-beanvalidation-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 37 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml [INFO] attaching as cdi-beanvalidation-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json [INFO] attaching as cdi-beanvalidation-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-beanvalidation-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-beanvalidation-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/4.0.99-SNAPSHOT/cdi-beanvalidation-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/4.0.99-SNAPSHOT/cdi-beanvalidation-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/4.0.99-SNAPSHOT/cdi-beanvalidation-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/4.0.99-SNAPSHOT/cdi-beanvalidation-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-beanvalidation-webapp/target/cdi-beanvalidation-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-beanvalidation-webapp/4.0.99-SNAPSHOT/cdi-beanvalidation-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-beanvalidation-webapp --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration.cdi:cdi-client >-------- [INFO] Building jersey-tests-cdi-client 4.0.99-SNAPSHOT [119/375] [INFO] from tests/integration/cdi-integration/cdi-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java uses or overrides a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/src/test/java/org/glassfish/jersey/tests/cdi/client/BeanManagerInjectedOnClientTest.java: Recompile with -Xlint:removal for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client --- [INFO] Reserved port 34401 for jersey.config.test.container.port [INFO] Reserved port 34439 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest Jan 07, 2024 3:11:39 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:11:39 AM 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. Jan 07, 2024 3:11:39 AM 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. Jan 07, 2024 3:11:39 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:39 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a9d743fc-7fb8-445d-b88b-45c1386c5a7f initialized Jan 07, 2024 3:11:39 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 3:11:39 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a9d743fc-7fb8-445d-b88b-45c1386c5a7f shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.945 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/cdi-client-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/bom.xml [INFO] attaching as cdi-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/bom.json [INFO] attaching as cdi-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/cdi-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/4.0.99-SNAPSHOT/cdi-client-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/cdi-client-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/4.0.99-SNAPSHOT/cdi-client-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/4.0.99-SNAPSHOT/cdi-client-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/4.0.99-SNAPSHOT/cdi-client-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client/target/cdi-client-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client/4.0.99-SNAPSHOT/cdi-client-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-client-on-server >--- [INFO] Building jersey-tests-cdi-client-on-server 4.0.99-SNAPSHOT [120/375] [INFO] from tests/integration/cdi-integration/cdi-client-on-server/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-client-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-client-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-client-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-client-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-client-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-client-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-client-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-client-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-client-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-client-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-client-on-server --- [INFO] Reserved port 36097 for jersey.config.test.container.port [INFO] Reserved port 35601 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-client-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest Jan 07, 2024 3:11:42 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:11:42 AM 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. Jan 07, 2024 3:11:42 AM 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. Jan 07, 2024 3:11:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6295ede9-f1c5-4f7d-b155-403e5b15bdb7 initialized Jan 07, 2024 3:11:42 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:11:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:11:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6295ede9-f1c5-4f7d-b155-403e5b15bdb7 shut down Jan 07, 2024 3:11:43 AM 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.695 s -- in org.glassfish.jersey.tests.cdi.client.BeanManagerInjectedOnClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-client-on-server --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-client-on-server] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-client-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml [INFO] attaching as cdi-client-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json [INFO] attaching as cdi-client-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-client-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-client-on-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/4.0.99-SNAPSHOT/cdi-client-on-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/4.0.99-SNAPSHOT/cdi-client-on-server-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/4.0.99-SNAPSHOT/cdi-client-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/4.0.99-SNAPSHOT/cdi-client-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-client-on-server/target/cdi-client-on-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-client-on-server/4.0.99-SNAPSHOT/cdi-client-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-client-on-server --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-ejb-test-webapp >--- [INFO] Building jersey-tests-cdi-ejb-webapp 4.0.99-SNAPSHOT [121/375] [INFO] from tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-ejb-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-ejb-test-webapp --- [INFO] Reserved port 36081 for jersey.config.test.container.port [INFO] Reserved port 33213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-ejb-test-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml [INFO] attaching as cdi-ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json [INFO] attaching as cdi-ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/4.0.99-SNAPSHOT/cdi-ejb-test-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/4.0.99-SNAPSHOT/cdi-ejb-test-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/4.0.99-SNAPSHOT/cdi-ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/4.0.99-SNAPSHOT/cdi-ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-ejb-test-webapp/target/cdi-ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-ejb-test-webapp/4.0.99-SNAPSHOT/cdi-ejb-test-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-ejb-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-iface-with-non-jaxrs-impl-test-webapp >-- [INFO] Building jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 4.0.99-SNAPSHOT [122/375] [INFO] from tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Reserved port 34797 for jersey.config.test.container.port [INFO] Reserved port 40081 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-iface-with-non-jaxrs-impl-test-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json [INFO] attaching as cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/4.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/4.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/4.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/4.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-iface-with-non-jaxrs-impl-test-webapp/target/cdi-iface-with-non-jaxrs-impl-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-iface-with-non-jaxrs-impl-test-webapp/4.0.99-SNAPSHOT/cdi-iface-with-non-jaxrs-impl-test-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-iface-with-non-jaxrs-impl-test-webapp --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-manually-bound >---- [INFO] Building cdi-manually-bound 4.0.99-SNAPSHOT [123/375] [INFO] from tests/integration/cdi-integration/cdi-manually-bound/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-manually-bound --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-manually-bound --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-manually-bound --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-manually-bound --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-manually-bound --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-manually-bound --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-manually-bound --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-manually-bound --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/main/java/org/glassfish/jersey/tests/cdi/manuallybound/NoBeanDefiningAnnotationContainerFilter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-manually-bound --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-manually-bound --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-manually-bound --- [INFO] Reserved port 33847 for jersey.config.test.container.port [INFO] Reserved port 41049 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-manually-bound --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest Jan 07, 2024 3:11:51 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:11:52 AM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Jan 07, 2024 3:11:52 AM 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. Jan 07, 2024 3:11:52 AM 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. Jan 07, 2024 3:11:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7ad7e780-669f-4314-8efa-c5f578b6d73c initialized Jan 07, 2024 3:11:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:11:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7ad7e780-669f-4314-8efa-c5f578b6d73c shut down Jan 07, 2024 3:11:53 AM 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.582 s -- in org.glassfish.jersey.tests.cdi.manuallybound.CdiServiceInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest Jan 07, 2024 3:11:53 AM org.jboss.weld.xml.BeansXmlValidator error WARN: WELD-001208: Error when validating null@25 against xsd. cvc-complex-type.3.2.2: Attribute 'bean-discovery-mode' is not allowed to appear in element 'beans'. Jan 07, 2024 3:11:53 AM 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. Jan 07, 2024 3:11:53 AM 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. Jan 07, 2024 3:11:53 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:53 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 14f9b75d-0693-409e-9261-4b3cd0cd60b8 initialized Jan 07, 2024 3:11:53 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:11:53 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:11:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:11:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 14f9b75d-0693-409e-9261-4b3cd0cd60b8 shut down Jan 07, 2024 3:11:53 AM 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.224 s -- in org.glassfish.jersey.tests.cdi.manuallybound.HK2ServiceInjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-manually-bound --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml [INFO] attaching as cdi-manually-bound-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json [INFO] attaching as cdi-manually-bound-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-manually-bound --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-manually-bound --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/4.0.99-SNAPSHOT/cdi-manually-bound-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/4.0.99-SNAPSHOT/cdi-manually-bound-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/4.0.99-SNAPSHOT/cdi-manually-bound-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/4.0.99-SNAPSHOT/cdi-manually-bound-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-manually-bound/target/cdi-manually-bound-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-manually-bound/4.0.99-SNAPSHOT/cdi-manually-bound-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-manually-bound --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-log-check >------ [INFO] Building jersey-tests-cdi-log-check 4.0.99-SNAPSHOT [124/375] [INFO] from tests/integration/cdi-integration/cdi-log-check/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-log-check --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-log-check --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-log-check --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-log-check --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-log-check --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-log-check --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-log-check --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-log-check --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-log-check --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-log-check --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-log-check --- [INFO] Reserved port 43793 for jersey.config.test.container.port [INFO] Reserved port 39763 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-log-check --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest Jan 07, 2024 3:11:57 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:11:57 AM 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. Jan 07, 2024 3:11:57 AM 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. Jan 07, 2024 3:11:57 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:11:58 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a8ed5a36-39ca-4c71-b757-90d4f65ac78f initialized Jan 07, 2024 3:11:58 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:11:58 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:11:58 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:11:58 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a8ed5a36-39ca-4c71-b757-90d4f65ac78f shut down Jan 07, 2024 3:11:58 AM 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.619 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderWarningTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-log-check --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-log-check] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-log-check --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/bom.xml [INFO] attaching as cdi-log-check-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/bom.json [INFO] attaching as cdi-log-check-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-log-check --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-log-check --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/4.0.99-SNAPSHOT/cdi-log-check-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/4.0.99-SNAPSHOT/cdi-log-check-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/4.0.99-SNAPSHOT/cdi-log-check-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/4.0.99-SNAPSHOT/cdi-log-check-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-log-check/target/cdi-log-check-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-log-check/4.0.99-SNAPSHOT/cdi-log-check-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-log-check --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib >--- [INFO] Building jersey-tests-integration-cdi-multimodule-lib 4.0.99-SNAPSHOT [125/375] [INFO] from tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-lib --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-lib --- [INFO] Reserved port 45659 for jersey.config.test.container.port [INFO] Reserved port 45999 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml [INFO] attaching as cdi-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json [INFO] attaching as cdi-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/4.0.99-SNAPSHOT/cdi-multimodule-lib-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/4.0.99-SNAPSHOT/cdi-multimodule-lib-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/4.0.99-SNAPSHOT/cdi-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/4.0.99-SNAPSHOT/cdi-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/lib/target/cdi-multimodule-lib-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-lib/4.0.99-SNAPSHOT/cdi-multimodule-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war 4.0.99-SNAPSHOT [126/375] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war1 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war1 --- [INFO] Reserved port 41847 for jersey.config.test.container.port [INFO] Reserved port 45213 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war1] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml [INFO] attaching as cdi-multimodule-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json [INFO] attaching as cdi-multimodule-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war1 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/4.0.99-SNAPSHOT/cdi-multimodule-war1-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/4.0.99-SNAPSHOT/cdi-multimodule-war1-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/4.0.99-SNAPSHOT/cdi-multimodule-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/4.0.99-SNAPSHOT/cdi-multimodule-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war1/target/cdi-multimodule-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war1/4.0.99-SNAPSHOT/cdi-multimodule-war1-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2 >--- [INFO] Building jersey-tests-integration-cdi-multimodule-war2 4.0.99-SNAPSHOT [127/375] [INFO] from tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-war2 --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multimodule-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multimodule-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-war2 --- [INFO] Reserved port 32955 for jersey.config.test.container.port [INFO] Reserved port 46109 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multimodule-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multimodule-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multimodule-war2] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml [INFO] attaching as cdi-multimodule-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json [INFO] attaching as cdi-multimodule-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-war2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/4.0.99-SNAPSHOT/cdi-multimodule-war2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/4.0.99-SNAPSHOT/cdi-multimodule-war2-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/4.0.99-SNAPSHOT/cdi-multimodule-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/4.0.99-SNAPSHOT/cdi-multimodule-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/war2/target/cdi-multimodule-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-war2/4.0.99-SNAPSHOT/cdi-multimodule-war2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-war2 --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-ear >--- [INFO] Building jersey-tests-integration-cdi-multimodule-ear 4.0.99-SNAPSHOT [128/375] [INFO] from tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule-ear --- [INFO] Copying 2 resources from ../../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ cdi-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule-ear --- [INFO] Reserved port 40747 for jersey.config.test.container.port [INFO] Reserved port 38995 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ cdi-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war1:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war1-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-war2:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-war2-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.tests.integration.cdi:cdi-multimodule-lib:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.tests.integration.cdi-cdi-multimodule-lib-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:3.0.0-M1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-3.0.0-M1.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-api-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-4.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml [INFO] attaching as cdi-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json [INFO] attaching as cdi-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/4.0.99-SNAPSHOT/cdi-multimodule-ear-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-4.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/4.0.99-SNAPSHOT/cdi-multimodule-ear-4.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/4.0.99-SNAPSHOT/cdi-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/4.0.99-SNAPSHOT/cdi-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/ear/target/cdi-multimodule-ear-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule-ear/4.0.99-SNAPSHOT/cdi-multimodule-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule-ear --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-multimodule >----- [INFO] Building jersey-tests-integration-cdi-multimodule 4.0.99-SNAPSHOT [129/375] [INFO] from tests/integration/cdi-integration/cdi-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multimodule --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multimodule --- [INFO] Reserved port 38333 for jersey.config.test.container.port [INFO] Reserved port 41541 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml [INFO] attaching as cdi-multimodule-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/target/bom.json [INFO] attaching as cdi-multimodule-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/4.0.99-SNAPSHOT/cdi-multimodule-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/4.0.99-SNAPSHOT/cdi-multimodule-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multimodule/4.0.99-SNAPSHOT/cdi-multimodule-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-multipart-webapp >--- [INFO] Building jersey-tests-cdi-multipart-webapp 4.0.99-SNAPSHOT [130/375] [INFO] from tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-multipart-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-multipart-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-multipart-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-multipart-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-multipart-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-multipart-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-multipart-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-multipart-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-multipart-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-multipart-webapp --- [INFO] Reserved port 35969 for jersey.config.test.container.port [INFO] Reserved port 44535 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-multipart-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-multipart-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-multipart-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-multipart-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml [INFO] attaching as cdi-multipart-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json [INFO] attaching as cdi-multipart-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-multipart-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-multipart-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/4.0.99-SNAPSHOT/cdi-multipart-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/4.0.99-SNAPSHOT/cdi-multipart-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/4.0.99-SNAPSHOT/cdi-multipart-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/4.0.99-SNAPSHOT/cdi-multipart-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-multipart-webapp/target/cdi-multipart-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-multipart-webapp/4.0.99-SNAPSHOT/cdi-multipart-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-multipart-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-resource-with-at-context >-- [INFO] Building jersey-tests-resource-with-at-context 4.0.99-SNAPSHOT [131/375] [INFO] from tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-resource-with-at-context --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-resource-with-at-context --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-resource-with-at-context --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-resource-with-at-context --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-resource-with-at-context --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-resource-with-at-context --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-resource-with-at-context --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-resource-with-at-context --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-resource-with-at-context --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-resource-with-at-context --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-resource-with-at-context --- [INFO] Reserved port 33283 for jersey.config.test.container.port [INFO] Reserved port 41331 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-resource-with-at-context --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest Jan 07, 2024 3:12:11 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:12:11 AM 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. Jan 07, 2024 3:12:11 AM 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. Jan 07, 2024 3:12:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:11 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:11 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 3d7fb896-8614-4a91-96d4-5a6fe05ea197 initialized Jan 07, 2024 3:12:11 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:11 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:11 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:11 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:11 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:11 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:12:12 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:12 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:12 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 3d7fb896-8614-4a91-96d4-5a6fe05ea197 shut down Jan 07, 2024 3:12:12 AM 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.611 s -- in org.glassfish.jersey.tests.cdi.resourceatcontext.ResourceWithConstructorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-resource-with-at-context --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml [INFO] attaching as cdi-resource-with-at-context-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json [INFO] attaching as cdi-resource-with-at-context-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-resource-with-at-context --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-resource-with-at-context --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/4.0.99-SNAPSHOT/cdi-resource-with-at-context-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/4.0.99-SNAPSHOT/cdi-resource-with-at-context-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/4.0.99-SNAPSHOT/cdi-resource-with-at-context-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/4.0.99-SNAPSHOT/cdi-resource-with-at-context-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-resource-with-at-context/target/cdi-resource-with-at-context-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-resource-with-at-context/4.0.99-SNAPSHOT/cdi-resource-with-at-context-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-resource-with-at-context --- [INFO] [INFO] ------< org.glassfish.jersey.tests.integration.cdi:cdi-singleton >------ [INFO] Building cdi-singleton 4.0.99-SNAPSHOT [132/375] [INFO] from tests/integration/cdi-integration/cdi-singleton/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-singleton --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-singleton --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-singleton --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-singleton --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-singleton --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-singleton --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-singleton --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-singleton --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-singleton --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-singleton --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-singleton --- [INFO] Reserved port 43189 for jersey.config.test.container.port [INFO] Reserved port 38569 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-singleton --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.singleton.SingletonTest Jan 07, 2024 3:12:15 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:12:15 AM 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. Jan 07, 2024 3:12:15 AM 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. Jan 07, 2024 3:12:15 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd6c4899-b74c-4012-8263-0e885bf7d202 initialized Jan 07, 2024 3:12:16 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:16 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:16 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:16 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:12:16 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd6c4899-b74c-4012-8263-0e885bf7d202 shut down Jan 07, 2024 3:12:16 AM 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.832 s -- in org.glassfish.jersey.tests.cdi.singleton.SingletonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-singleton --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/bom.xml [INFO] attaching as cdi-singleton-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/bom.json [INFO] attaching as cdi-singleton-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-singleton --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-singleton --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/4.0.99-SNAPSHOT/cdi-singleton-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/4.0.99-SNAPSHOT/cdi-singleton-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/4.0.99-SNAPSHOT/cdi-singleton-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/4.0.99-SNAPSHOT/cdi-singleton-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-singleton/target/cdi-singleton-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-singleton/4.0.99-SNAPSHOT/cdi-singleton-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-singleton --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration.cdi:cdi-test-webapp >----- [INFO] Building jersey-tests-cdi-webapp 4.0.99-SNAPSHOT [133/375] [INFO] from tests/integration/cdi-integration/cdi-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-test-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-test-webapp --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-test-webapp --- [INFO] Reserved port 45051 for jersey.config.test.container.port [INFO] Reserved port 33421 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest Jan 07, 2024 3:12:20 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:12:20 AM 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. Jan 07, 2024 3:12:21 AM 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. Jan 07, 2024 3:12:21 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:21 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f1ccc81a-e428-4d76-8861-f11a087368b4 initialized Jan 07, 2024 3:12:21 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:22 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:22 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:22 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:22 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:22 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:12:22 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f1ccc81a-e428-4d76-8861-f11a087368b4 shut down Jan 07, 2024 3:12:22 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:22 AM 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.305 s -- in org.glassfish.jersey.tests.cdi.resources.ConstructorInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest Jan 07, 2024 3:12:22 AM 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. Jan 07, 2024 3:12:22 AM 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. Jan 07, 2024 3:12:22 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:22 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f7cf2cc5-4132-40ad-bac0-38beee10b54b initialized Jan 07, 2024 3:12:22 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f7cf2cc5-4132-40ad-bac0-38beee10b54b shut down Jan 07, 2024 3:12:23 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:23 AM 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.383 s -- in org.glassfish.jersey.tests.cdi.resources.QualifiedInjectionSetGetTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6cbafe21-e8ec-4157-b369-8425a133e81f initialized Jan 07, 2024 3:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6cbafe21-e8ec-4157-b369-8425a133e81f shut down Jan 07, 2024 3:12:23 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8f71fbc7-bd54-4702-9020-1e25ada0cc04 initialized Jan 07, 2024 3:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8f71fbc7-bd54-4702-9020-1e25ada0cc04 shut down Jan 07, 2024 3:12:23 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM 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. Jan 07, 2024 3:12:23 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:23 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6b26ac61-f664-4cec-8368-b0a6741fa467 initialized Jan 07, 2024 3:12:23 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:23 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6b26ac61-f664-4cec-8368-b0a6741fa467 shut down Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:24 AM 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.917 s -- in org.glassfish.jersey.tests.cdi.resources.ReverseEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 30a4264b-8333-4b75-8ed8-ce2944a68f14 initialized Jan 07, 2024 3:12:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 30a4264b-8333-4b75-8ed8-ce2944a68f14 shut down Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:24 AM 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.264 s -- in org.glassfish.jersey.tests.cdi.resources.JaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 59d7ceec-b184-4af7-badf-98f645a2e926 initialized Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication postConstruct INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: POST CONSTRUCT. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 59d7ceec-b184-4af7-badf-98f645a2e926 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.glassfish.jersey.tests.cdi.resources.NonJaxRsBeanJaxRsInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.ProducerTest Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5fa4bcc3-43c2-407f-b3fc-df7d87c4d64f initialized Jan 07, 2024 3:12:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5fa4bcc3-43c2-407f-b3fc-df7d87c4d64f shut down Jan 07, 2024 3:12:24 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:24 AM 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.198 s -- in org.glassfish.jersey.tests.cdi.resources.ProducerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM 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. Jan 07, 2024 3:12:24 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:24 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 94b2431f-b256-403c-bdbe-5b7932bf99c2 initialized Jan 07, 2024 3:12:24 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:24 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:24 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@62fc6565 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@a691c52 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@49b215fc Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@62fc6565 Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 94b2431f-b256-403c-bdbe-5b7932bf99c2 shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d5083f7e-f3b1-4d62-993b-76fdd1a07598 initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@63b1fe53 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@2be68b41 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3206954c Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@63b1fe53 Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d5083f7e-f3b1-4d62-993b-76fdd1a07598 shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a86d32d7-c362-4eba-a820-7b3dbfef57a8 initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6b3361b8 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6b3361b8; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5b90454e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5b90454e Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@6b3361b8 Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a86d32d7-c362-4eba-a820-7b3dbfef57a8 shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a0555b82-8a52-488a-965f-5bccdf28f058 initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1a7afcfd Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1a7afcfd; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@14c85881; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@14c85881 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@1a7afcfd Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a0555b82-8a52-488a-965f-5bccdf28f058 shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e6e37786-0c60-4b6b-8d3f-790fbc04c520 initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@56403f73 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@56403f73 Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e6e37786-0c60-4b6b-8d3f-790fbc04c520 shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 9fc7c67b-b96c-4ca7-8cb1-5d66e12aae3f initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:25 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@165e5858 Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentSingletonResource@165e5858 Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 9fc7c67b-b96c-4ca7-8cb1-5d66e12aae3f shut down Jan 07, 2024 3:12:25 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:25 AM 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: 1.079 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.StutterEchoTest Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM 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. Jan 07, 2024 3:12:25 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:25 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ef8ee003-c21c-4800-b08d-7b09310a720b initialized Jan 07, 2024 3:12:25 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:25 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:25 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ef8ee003-c21c-4800-b08d-7b09310a720b shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container eee511ea-96ec-4618-b2d3-2864e78d5158 initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container eee511ea-96ec-4618-b2d3-2864e78d5158 shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 5f603a9a-e523-4551-a1d2-e60ddb549597 initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 5f603a9a-e523-4551-a1d2-e60ddb549597 shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM 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.408 s -- in org.glassfish.jersey.tests.cdi.resources.StutterEchoTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container ed8935bb-b15d-4431-a6f6-4047037e2d83 initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@137e94b5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6ec4cc3d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6ec4cc3d Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@137e94b5; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6ec4cc3d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6ec4cc3d Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@137e94b5 Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container ed8935bb-b15d-4431-a6f6-4047037e2d83 shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container da471a71-d7ef-4bd3-bfb4-9e77ca6dd1e4 initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@502d8778; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@371e202b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@371e202b Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@502d8778; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@371e202b; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@371e202b Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@502d8778 Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container da471a71-d7ef-4bd3-bfb4-9e77ca6dd1e4 shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e9744992-f38e-4406-a09a-964bad54951f initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@662b7642; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@452b71a7; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@452b71a7 Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@662b7642; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@452b71a7; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@452b71a7 Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@662b7642 Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e9744992-f38e-4406-a09a-964bad54951f shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8257f305-53ea-4c0d-ab1a-67230466b8bd initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-20] Started. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@11902b9c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4f89e437; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4f89e437 Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@11902b9c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4f89e437; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4f89e437 Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentPerRequestResource@11902b9c Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8257f305-53ea-4c0d-ab1a-67230466b8bd shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM 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.491 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestDependentBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.TimerTest Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 726761c4-a654-49d4-a078-98a4aea9f420 initialized Jan 07, 2024 3:12:26 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:26 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:26 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-21] Started. Jan 07, 2024 3:12:26 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 726761c4-a654-49d4-a078-98a4aea9f420 shut down Jan 07, 2024 3:12:26 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:26 AM 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.131 s -- in org.glassfish.jersey.tests.cdi.resources.TimerTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM 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. Jan 07, 2024 3:12:26 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container dbe0df29-a79e-4109-a342-952a97f4dc05 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/secondary Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-22] Started. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container dbe0df29-a79e-4109-a342-952a97f4dc05 shut down Jan 07, 2024 3:12:27 AM 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.115 s -- in org.glassfish.jersey.tests.cdi.resources.SecondJaxRsInjectedCdiBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fbff6f9a-159c-42b3-a227-0659529de6bc initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-23] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@731363c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@346cde87; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@346cde87 Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@731363c; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@346cde87; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@346cde87 Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@731363c Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fbff6f9a-159c-42b3-a227-0659529de6bc shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 61b0761a-3903-4a8c-bd31-53b711d77893 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-24] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@98e86c0; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ea3531a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ea3531a Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@98e86c0; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ea3531a; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@5ea3531a Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@98e86c0 Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 61b0761a-3903-4a8c-bd31-53b711d77893 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e4218ad5-49fa-43f9-b709-bc6aee8a33a2 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-25] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@37993416; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@58282ac; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@58282ac Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@37993416; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@58282ac; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@58282ac Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@37993416 Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e4218ad5-49fa-43f9-b709-bc6aee8a33a2 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container baecd927-8370-44a7-9d4f-1534cdd37bd5 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-26] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2d1e85e7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32cf9d7d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32cf9d7d Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2d1e85e7; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32cf9d7d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@32cf9d7d Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@2d1e85e7 Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container baecd927-8370-44a7-9d4f-1534cdd37bd5 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e39987ea-861a-4f5b-9e49-2b9e2415760c initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-27] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1524f957; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b5c694e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b5c694e Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1524f957; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b5c694e; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@6b5c694e Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@1524f957 Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e39987ea-861a-4f5b-9e49-2b9e2415760c shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 495ebd1e-5a52-4afa-b3be-77ba944526d1 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-28] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@61b7ece8; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2ed8eeaa; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2ed8eeaa Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@61b7ece8; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2ed8eeaa; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@2ed8eeaa Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@61b7ece8 Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 495ebd1e-5a52-4afa-b3be-77ba944526d1 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f17084ac-8350-4441-b581-da9ea1b1a460 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-29] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@74c5dc8a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3e9ff820; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3e9ff820 Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@74c5dc8a; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3e9ff820; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@3e9ff820 Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@74c5dc8a Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f17084ac-8350-4441-b581-da9ea1b1a460 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4efb1a18-09e6-444b-87d1-3f8bb20b3e82 initialized Jan 07, 2024 3:12:27 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:27 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:27 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-30] Started. Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7b2c413d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@734b308d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@734b308d Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource getMessage INFO: In getMessage of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7b2c413d; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@734b308d; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@734b308d Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanPerRequestResource@7b2c413d Jan 07, 2024 3:12:27 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4efb1a18-09e6-444b-87d1-3f8bb20b3e82 shut down Jan 07, 2024 3:12:27 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:27 AM 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: 0.897 s -- in org.glassfish.jersey.tests.cdi.resources.PerRequestBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM 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. Jan 07, 2024 3:12:27 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 984e27cc-808e-44e9-a32d-e95c97acbbb0 initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-31] Started. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 984e27cc-808e-44e9-a32d-e95c97acbbb0 shut down Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e08adf3c-13c4-45ff-aa6d-c99d2748590e initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-32] Started. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e08adf3c-13c4-45ff-aa6d-c99d2748590e shut down Jan 07, 2024 3:12:28 AM 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.177 s -- in org.glassfish.jersey.tests.cdi.resources.CdiComponentProviderTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e80e99e2-7037-447b-a983-a4ff48575e36 initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-33] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1233bf2a Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@1201bcc3 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@7613ea4d Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@164f4273 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@1233bf2a Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e80e99e2-7037-447b-a983-a4ff48575e36 shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container fd75cae6-9f97-4dd4-8876-94fa7260c32f initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-34] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6c5f6e99 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@201039e1 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanDependentExceptionMapper@3de7eb18 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@3b143117 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@6c5f6e99 Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container fd75cae6-9f97-4dd4-8876-94fa7260c32f shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 17bba472-9c4e-4579-b74d-77ba44d75282 initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-35] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4ac8aca6 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5e6ed912 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4ac8aca6; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4bc8a3eb; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@4bc8a3eb; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@5e6ed912 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@4ac8aca6 Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 17bba472-9c4e-4579-b74d-77ba44d75282 shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 6dab78f0-0715-44d9-afd0-b94b40777561 initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-36] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@67ccefd9 Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@7c7a38fe Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource getMessage INFO: In getMessage in org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@67ccefd9; uiFieldInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@46e20aa5; uiMethodInject: org.glassfish.jersey.server.internal.routing.UriRoutingContext@46e20aa5; provider: @Default Instance; provider.get(): org.glassfish.jersey.tests.cdi.resources.JCDIBeanExceptionMapper@7c7a38fe Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@67ccefd9 Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 6dab78f0-0715-44d9-afd0-b94b40777561 shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7914bed0-aed4-41a7-82dc-1dda29db1b5f initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-37] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@629a3e3a Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@629a3e3a Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7914bed0-aed4-41a7-82dc-1dda29db1b5f shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2071d27f-b39c-4b9d-bb7b-c5eaa2918a3c initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-38] Started. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource postConstruct INFO: In post construct of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@50a6fd6f Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource preDestroy INFO: In pre destroy of org.glassfish.jersey.tests.cdi.resources.JCDIBeanSingletonResource@50a6fd6f Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2071d27f-b39c-4b9d-bb7b-c5eaa2918a3c shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM 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.684 s -- in org.glassfish.jersey.tests.cdi.resources.SingletonBeanTest [INFO] Running org.glassfish.jersey.tests.cdi.resources.CounterTest Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM 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. Jan 07, 2024 3:12:28 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f4de93e5-c20b-41e0-935a-33cabda0f14a initialized Jan 07, 2024 3:12:28 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:12:28 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanDependentException 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.cdi.resources.JDCIBeanDependentException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.resources.JDCIBeanException 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.cdi.resources.JDCIBeanException will be ignored. Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:28 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-39] Started. Jan 07, 2024 3:12:28 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f4de93e5-c20b-41e0-935a-33cabda0f14a shut down Jan 07, 2024 3:12:28 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:12:28 AM 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.170 s -- in org.glassfish.jersey.tests.cdi.resources.CounterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-test-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml [INFO] attaching as cdi-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json [INFO] attaching as cdi-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/4.0.99-SNAPSHOT/cdi-test-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/4.0.99-SNAPSHOT/cdi-test-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/4.0.99-SNAPSHOT/cdi-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/4.0.99-SNAPSHOT/cdi-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-test-webapp/target/cdi-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-test-webapp/4.0.99-SNAPSHOT/cdi-test-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-test-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-cfg-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 4.0.99-SNAPSHOT [134/375] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Reserved port 34661 for jersey.config.test.container.port [INFO] Reserved port 46299 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-cfg-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-cfg-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-cfg-webapp/target/cdi-with-jersey-injection-custom-cfg-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-cfg-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-cfg-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-cfg-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-custom-hk2-banned-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 4.0.99-SNAPSHOT [135/375] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/AppScopedFieldInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Reserved port 46729 for jersey.config.test.container.port [INFO] Reserved port 40137 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-custom-hk2-banned-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-custom-hk2-banned-webapp/target/cdi-with-jersey-injection-custom-hk2-banned-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-custom-hk2-banned-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-custom-hk2-banned-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-custom-hk2-banned-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:cdi-with-jersey-injection-webapp >-- [INFO] Building jersey-tests-cdi-with-jersey-injection-webapp 4.0.99-SNAPSHOT [136/375] [INFO] from tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ cdi-with-jersey-injection-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ cdi-with-jersey-injection-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ cdi-with-jersey-injection-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ cdi-with-jersey-injection-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ cdi-with-jersey-injection-webapp --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/java/org/glassfish/jersey/tests/cdi/resources/RequestScopedCtorInjectedResource.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ cdi-with-jersey-injection-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cdi-with-jersey-injection-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ cdi-with-jersey-injection-webapp --- [INFO] Reserved port 34057 for jersey.config.test.container.port [INFO] Reserved port 35173 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ cdi-with-jersey-injection-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ cdi-with-jersey-injection-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [cdi-with-jersey-injection-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ cdi-with-jersey-injection-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml [INFO] attaching as cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json [INFO] attaching as cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cdi-with-jersey-injection-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ cdi-with-jersey-injection-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/cdi-with-jersey-injection-webapp/target/cdi-with-jersey-injection-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/cdi-with-jersey-injection-webapp/4.0.99-SNAPSHOT/cdi-with-jersey-injection-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ cdi-with-jersey-injection-webapp --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:context-inject-on-server >-- [INFO] Building jersey-tests-context-inject-on-server 4.0.99-SNAPSHOT [137/375] [INFO] from tests/integration/cdi-integration/context-inject-on-server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ context-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ context-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ context-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ context-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ context-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ context-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ context-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ context-inject-on-server --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 32 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/main/java/org/glassfish/jersey/tests/cdi/inject/ApplicationInjectParent.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ context-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ context-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ context-inject-on-server --- [INFO] Reserved port 46633 for jersey.config.test.container.port [INFO] Reserved port 44777 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ context-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest Jan 07, 2024 3:12:42 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:12:42 AM 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. Jan 07, 2024 3:12:42 AM 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. Jan 07, 2024 3:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:42 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:42 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 50ccacd9-0d5b-40e1-8210-925ba772fec8 initialized Jan 07, 2024 3:12:42 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:43 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:43 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Jan 07, 2024 3:12:43 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 50ccacd9-0d5b-40e1-8210-925ba772fec8 shut down Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:43 AM 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. Jan 07, 2024 3:12:43 AM 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. Jan 07, 2024 3:12:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:43 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:43 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 88610549-8ad3-4969-9caa-b6ba5b5c96db initialized Jan 07, 2024 3:12:43 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:43 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:44 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:44 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Jan 07, 2024 3:12:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 88610549-8ad3-4969-9caa-b6ba5b5c96db shut down Jan 07, 2024 3:12:44 AM 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.980 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.SseTest Jan 07, 2024 3:12:44 AM 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. Jan 07, 2024 3:12:44 AM 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. Jan 07, 2024 3:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 97c237bc-aff0-4cf6-b952-1f65bdf7e9a4 initialized Jan 07, 2024 3:12:44 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 97c237bc-aff0-4cf6-b952-1f65bdf7e9a4 shut down Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:44 AM 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. Jan 07, 2024 3:12:44 AM 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. Jan 07, 2024 3:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container e08a4652-4c98-4642-b286-665b128eb434 initialized Jan 07, 2024 3:12:44 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. Jan 07, 2024 3:12:44 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:44 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container e08a4652-4c98-4642-b286-665b128eb434 shut down Jan 07, 2024 3:12:44 AM 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.984 s -- in org.glassfish.jersey.tests.cdi.inject.SseTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ServletTest Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 02b12cbb-f9dd-478f-bb01-2e7c218b9777 initialized Jan 07, 2024 3:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 02b12cbb-f9dd-478f-bb01-2e7c218b9777 shut down Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b6d60561-523e-40bc-9d21-111894a2dcf0 initialized Jan 07, 2024 3:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b6d60561-523e-40bc-9d21-111894a2dcf0 shut down Jan 07, 2024 3:12:45 AM 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.476 s -- in org.glassfish.jersey.tests.cdi.inject.ServletTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 491479c8-044f-474d-87b5-8da9b4df41d6 initialized Jan 07, 2024 3:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 491479c8-044f-474d-87b5-8da9b4df41d6 shut down Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 146676a0-467b-485d-a992-dd84818e6270 initialized Jan 07, 2024 3:12:45 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-7] Started. Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Jan 07, 2024 3:12:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 146676a0-467b-485d-a992-dd84818e6270 shut down Jan 07, 2024 3:12:45 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM 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. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:45 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b2bcd70d-0897-4a4f-ac54-664301413b47 initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-8] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b2bcd70d-0897-4a4f-ac54-664301413b47 shut down Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 148a0613-642c-4c8c-924b-ecd3be80d3f3 initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-9] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 148a0613-642c-4c8c-924b-ecd3be80d3f3 shut down Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 64b4361e-c937-4fc8-bfc4-a5755d1b561f initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-10] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 64b4361e-c937-4fc8-bfc4-a5755d1b561f shut down Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 7f6bde2c-17d6-443d-a9e7-989a80c45558 initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-11] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 7f6bde2c-17d6-443d-a9e7-989a80c45558 shut down Jan 07, 2024 3:12:46 AM 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: 1.130 s -- in org.glassfish.jersey.tests.cdi.inject.ScopedInjectionTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container b9c4501e-aa3f-4b12-afe8-2a350fac5ab9 initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-12] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container b9c4501e-aa3f-4b12-afe8-2a350fac5ab9 shut down Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM 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. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:46 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container cce66a43-5b3c-4625-9162-6e7d7a9add1c initialized Jan 07, 2024 3:12:46 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-13] Started. Jan 07, 2024 3:12:46 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Jan 07, 2024 3:12:46 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:46 AM org.glassfish.jersey.internal.inject.Providers checkProviderRuntime WARNING: A provider org.glassfish.jersey.tests.cdi.inject.ApplicationInjectParent$InjectHolder 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.cdi.inject.ApplicationInjectParent$InjectHolder will be ignored. All injected Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container cce66a43-5b3c-4625-9162-6e7d7a9add1c shut down Jan 07, 2024 3:12:47 AM 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.308 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedApplicationInjectTest [INFO] Running org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container bfe9de93-22e6-483a-a968-8a681a25bc07 initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-14] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexted Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container bfe9de93-22e6-483a-a968-8a681a25bc07 shut down Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 52163126-71f7-4ea4-b742-0b74dd36635b initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-15] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything contexteded on ExceptionMapper. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 52163126-71f7-4ea4-b742-0b74dd36635b shut down Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 4454ff07-eed5-4094-9d66-653cbb68c632 initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-16] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 4454ff07-eed5-4094-9d66-653cbb68c632 shut down Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container a3ae498a-2467-43cd-befe-c6b077982c6b initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-17] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer InjectContainerResponseFilter: ResourceInfo did not get the resource. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container a3ae498a-2467-43cd-befe-c6b077982c6b shut down Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 8047bbc7-f79e-42ba-a997-c60baae8834f initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-18] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injected Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 8047bbc7-f79e-42ba-a997-c60baae8834f shut down Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM 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. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.inject.internal.InjectExtension.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 2edf4ae9-87e2-4837-a98e-6f8279319d04 initialized Jan 07, 2024 3:12:47 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-19] Started. Jan 07, 2024 3:12:47 AM org.glassfish.grizzly.servlet.ServletHandler loadServlet INFO: Loading Servlet: org.glassfish.jersey.servlet.ServletContainer Everything injecteded on ExceptionMapper. Jan 07, 2024 3:12:47 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 2edf4ae9-87e2-4837-a98e-6f8279319d04 shut down Jan 07, 2024 3:12:47 AM 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.853 s -- in org.glassfish.jersey.tests.cdi.inject.NonScopedInjectionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ context-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml [INFO] attaching as context-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/bom.json [INFO] attaching as context-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ context-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ context-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/4.0.99-SNAPSHOT/context-inject-on-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/4.0.99-SNAPSHOT/context-inject-on-server-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/4.0.99-SNAPSHOT/context-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/4.0.99-SNAPSHOT/context-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/context-inject-on-server/target/context-inject-on-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/context-inject-on-server/4.0.99-SNAPSHOT/context-inject-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ context-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration.cdi:gf-cdi-inject-on-server >-- [INFO] Building jersey-tests-glassfish-inject-on-server 4.0.99-SNAPSHOT [138/375] [INFO] from tests/integration/cdi-integration/gf-cdi-inject/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ gf-cdi-inject-on-server --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ gf-cdi-inject-on-server --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ gf-cdi-inject-on-server --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ gf-cdi-inject-on-server --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ gf-cdi-inject-on-server --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ gf-cdi-inject-on-server --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ gf-cdi-inject-on-server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ gf-cdi-inject-on-server --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ gf-cdi-inject-on-server --- [INFO] Reserved port 32893 for jersey.config.test.container.port [INFO] Reserved port 39869 for jersey.config.test.container.stop.port [INFO] [INFO] --- dependency:3.6.1:unpack (unpack) @ gf-cdi-inject-on-server --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.6:zip [INFO] [INFO] --- dependency:3.6.1:copy (copy) @ gf-cdi-inject-on-server --- [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-bean-validation:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-servlet:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi1x-transaction:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.cdi:jersey-cdi-rs-inject:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-grizzly2-http:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-jaxb:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-binding:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-processing:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-multipart:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-sse:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext.microprofile:jersey-mp-rest-client:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-mvc-jsp:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-proxy-client:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:4.0.99-SNAPSHOT:jar [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:?:jar [INFO] Copying jersey-bean-validation-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-bean-validation.jar [INFO] Copying jersey-cdi1x-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x.jar [INFO] Copying jersey-cdi1x-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x-servlet.jar [INFO] Copying jersey-cdi1x-transaction-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi1x-transaction.jar [INFO] Copying jersey-cdi-rs-inject-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-cdi-rs-inject.jar [INFO] Copying jersey-client-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-client.jar [INFO] Copying jersey-common-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-common.jar [INFO] Copying jersey-container-grizzly2-http-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-grizzly2-http.jar [INFO] Copying jersey-container-servlet-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-servlet.jar [INFO] Copying jersey-container-servlet-core-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-container-servlet-core.jar [INFO] Copying jersey-entity-filtering-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-entity-filtering.jar [INFO] Copying jersey-gf-ejb-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-gf-ejb.jar [INFO] Copying jersey-hk2-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-hk2.jar [INFO] Copying jersey-media-jaxb-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-jaxb.jar [INFO] Copying jersey-media-json-binding-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-binding.jar [INFO] Copying jersey-media-json-jackson-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-jackson.jar [INFO] Copying jersey-media-json-processing-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-json-processing.jar [INFO] Copying jersey-media-multipart-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-multipart.jar [INFO] Copying jersey-media-sse-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-media-sse.jar [INFO] Copying jersey-mp-rest-client-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mp-rest-client.jar [INFO] Copying jersey-mvc-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mvc.jar [INFO] Copying jersey-mvc-jsp-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-mvc-jsp.jar [INFO] Copying jersey-proxy-client-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-proxy-client.jar [INFO] Copying jersey-server-4.0.99-SNAPSHOT.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jersey-server.jar [INFO] Copying jakarta.ws.rs-api-3.1.0.jar to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/glassfish7/glassfish/modules/jakarta.ws.rs-api.jar [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ gf-cdi-inject-on-server --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ gf-cdi-inject-on-server --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 39 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml [INFO] attaching as gf-cdi-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json [INFO] attaching as gf-cdi-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ gf-cdi-inject-on-server --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ gf-cdi-inject-on-server --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/4.0.99-SNAPSHOT/gf-cdi-inject-on-server-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/4.0.99-SNAPSHOT/gf-cdi-inject-on-server-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/4.0.99-SNAPSHOT/gf-cdi-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/4.0.99-SNAPSHOT/gf-cdi-inject-on-server-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/cdi-integration/gf-cdi-inject/target/gf-cdi-inject-on-server-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/cdi/gf-cdi-inject-on-server/4.0.99-SNAPSHOT/gf-cdi-inject-on-server-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ gf-cdi-inject-on-server --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:client-connector-provider >-- [INFO] Building client-connector-provider 4.0.99-SNAPSHOT [139/375] [INFO] from tests/integration/client-connector-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ client-connector-provider --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ client-connector-provider --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ client-connector-provider --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ client-connector-provider --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ client-connector-provider --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ client-connector-provider --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ client-connector-provider --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ client-connector-provider --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ client-connector-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ client-connector-provider --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ client-connector-provider --- [INFO] Reserved port 46869 for jersey.config.test.container.port [INFO] Reserved port 34191 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ client-connector-provider --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest Jan 07, 2024 3:12:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:12:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:12:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:12:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:12:57 AM 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.827 s -- in org.glassfish.jersey.tests.integration.client.connector.provider.CustomConnectorProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/client-connector-provider.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ client-connector-provider --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/bom.xml [INFO] attaching as client-connector-provider-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/bom.json [INFO] attaching as client-connector-provider-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ client-connector-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ client-connector-provider --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/4.0.99-SNAPSHOT/client-connector-provider-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/client-connector-provider.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/4.0.99-SNAPSHOT/client-connector-provider-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/4.0.99-SNAPSHOT/client-connector-provider-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/4.0.99-SNAPSHOT/client-connector-provider-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/client-connector-provider/target/client-connector-provider-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/client-connector-provider/4.0.99-SNAPSHOT/client-connector-provider-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ client-connector-provider --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-lib >----- [INFO] Building jersey-tests-integration-ejb-multimodule-lib 4.0.99-SNAPSHOT [140/375] [INFO] from tests/integration/ejb-multimodule/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-lib --- [INFO] Reserved port 32869 for jersey.config.test.container.port [INFO] Reserved port 41943 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/bom.xml [INFO] attaching as ejb-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/bom.json [INFO] attaching as ejb-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-lib --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/4.0.99-SNAPSHOT/ejb-multimodule-lib-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/4.0.99-SNAPSHOT/ejb-multimodule-lib-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/4.0.99-SNAPSHOT/ejb-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/4.0.99-SNAPSHOT/ejb-multimodule-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/lib/target/ejb-multimodule-lib-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-lib/4.0.99-SNAPSHOT/ejb-multimodule-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-lib --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-war >----- [INFO] Building jersey-tests-integration-ejb-multimodule-war 4.0.99-SNAPSHOT [141/375] [INFO] from tests/integration/ejb-multimodule/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-war --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-war --- [INFO] Reserved port 39465 for jersey.config.test.container.port [INFO] Reserved port 35951 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-war --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-war] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/bom.xml [INFO] attaching as ejb-multimodule-war-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/bom.json [INFO] attaching as ejb-multimodule-war-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-war --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-war --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/4.0.99-SNAPSHOT/ejb-multimodule-war-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/4.0.99-SNAPSHOT/ejb-multimodule-war-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/4.0.99-SNAPSHOT/ejb-multimodule-war-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/4.0.99-SNAPSHOT/ejb-multimodule-war-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/war/target/ejb-multimodule-war-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-war/4.0.99-SNAPSHOT/ejb-multimodule-war-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-war --- [INFO] [INFO] -----< org.glassfish.jersey.tests.integration:ejb-multimodule-ear >----- [INFO] Building jersey-tests-integration-ejb-multimodule-ear 4.0.99-SNAPSHOT [142/375] [INFO] from tests/integration/ejb-multimodule/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-ear --- [INFO] Reserved port 45917 for jersey.config.test.container.port [INFO] Reserved port 38601 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-war:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-war-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-lib:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-lib-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:3.0.0-M1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-3.0.0-M1.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-api-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Copy ear sources to /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT [INFO] Building ear: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/bom.xml [INFO] attaching as ejb-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/bom.json [INFO] attaching as ejb-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-ear --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/4.0.99-SNAPSHOT/ejb-multimodule-ear-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/4.0.99-SNAPSHOT/ejb-multimodule-ear-4.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/4.0.99-SNAPSHOT/ejb-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/4.0.99-SNAPSHOT/ejb-multimodule-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/ear/target/ejb-multimodule-ear-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-ear/4.0.99-SNAPSHOT/ejb-multimodule-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-ear --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-multimodule >------- [INFO] Building jersey-tests-integration-ejb-multimodule 4.0.99-SNAPSHOT [143/375] [INFO] from tests/integration/ejb-multimodule/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule --- [INFO] Reserved port 36051 for jersey.config.test.container.port [INFO] Reserved port 37057 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/target/bom.xml [INFO] attaching as ejb-multimodule-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/target/bom.json [INFO] attaching as ejb-multimodule-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/4.0.99-SNAPSHOT/ejb-multimodule-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/4.0.99-SNAPSHOT/ejb-multimodule-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule/4.0.99-SNAPSHOT/ejb-multimodule-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-lib 4.0.99-SNAPSHOT [144/375] [INFO] from tests/integration/ejb-multimodule-reload/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-lib --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-lib --- [INFO] Reserved port 45863 for jersey.config.test.container.port [INFO] Reserved port 44675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/bom.xml [INFO] attaching as ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/bom.json [INFO] attaching as ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-lib --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/4.0.99-SNAPSHOT/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/4.0.99-SNAPSHOT/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/4.0.99-SNAPSHOT/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/4.0.99-SNAPSHOT/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/lib/target/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-lib/4.0.99-SNAPSHOT/ejb-multimodule-reload-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-lib --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war1 4.0.99-SNAPSHOT [145/375] [INFO] from tests/integration/ejb-multimodule-reload/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war1 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/main/java/org/glassfish/jersey/tests/integration/multimodule/ejb/reload/web1/FirstApp.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war1 --- [INFO] Reserved port 34979 for jersey.config.test.container.port [INFO] Reserved port 42135 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war1] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/bom.json [INFO] attaching as ejb-multimodule-reload-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war1 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/4.0.99-SNAPSHOT/ejb-multimodule-reload-war1-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/4.0.99-SNAPSHOT/ejb-multimodule-reload-war1-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/4.0.99-SNAPSHOT/ejb-multimodule-reload-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/4.0.99-SNAPSHOT/ejb-multimodule-reload-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war1/target/ejb-multimodule-reload-war1-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war1/4.0.99-SNAPSHOT/ejb-multimodule-reload-war1-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war1 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2 >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-war2 4.0.99-SNAPSHOT [146/375] [INFO] from tests/integration/ejb-multimodule-reload/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-war2 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-multimodule-reload-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-multimodule-reload-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-war2 --- [INFO] Reserved port 35993 for jersey.config.test.container.port [INFO] Reserved port 32937 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-multimodule-reload-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-multimodule-reload-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-multimodule-reload-war2] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/bom.xml [INFO] attaching as ejb-multimodule-reload-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/bom.json [INFO] attaching as ejb-multimodule-reload-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-war2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/4.0.99-SNAPSHOT/ejb-multimodule-reload-war2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/4.0.99-SNAPSHOT/ejb-multimodule-reload-war2-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/4.0.99-SNAPSHOT/ejb-multimodule-reload-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/4.0.99-SNAPSHOT/ejb-multimodule-reload-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/war2/target/ejb-multimodule-reload-war2-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-war2/4.0.99-SNAPSHOT/ejb-multimodule-reload-war2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-war2 --- [INFO] [INFO] --< org.glassfish.jersey.tests.integration:ejb-multimodule-reload-ear >-- [INFO] Building jersey-tests-integration-ejb-multimodule-reload-ear 4.0.99-SNAPSHOT [147/375] [INFO] from tests/integration/ejb-multimodule-reload/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ ejb-multimodule-reload-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-multimodule-reload-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload-ear --- [INFO] Reserved port 40635 for jersey.config.test.container.port [INFO] Reserved port 45821 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ ejb-multimodule-reload-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war1:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war1-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-war2:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-war2-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:ejb-multimodule-reload-lib:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-ejb-multimodule-reload-lib-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:3.0.0-M1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-3.0.0-M1.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-api-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/bom.xml [INFO] attaching as ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/bom.json [INFO] attaching as ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload-ear --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/4.0.99-SNAPSHOT/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/4.0.99-SNAPSHOT/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/4.0.99-SNAPSHOT/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/4.0.99-SNAPSHOT/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/ear/target/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload-ear/4.0.99-SNAPSHOT/ejb-multimodule-reload-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload-ear --- [INFO] [INFO] ---< org.glassfish.jersey.tests.integration:ejb-multimodule-reload >---- [INFO] Building jersey-tests-integration-ejb-multimodule-reload 4.0.99-SNAPSHOT [148/375] [INFO] from tests/integration/ejb-multimodule-reload/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-multimodule-reload --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-multimodule-reload --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-multimodule-reload --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-multimodule-reload --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-multimodule-reload --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-multimodule-reload --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-multimodule-reload --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-multimodule-reload --- [INFO] Reserved port 46445 for jersey.config.test.container.port [INFO] Reserved port 37465 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-multimodule-reload --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/target/bom.xml [INFO] attaching as ejb-multimodule-reload-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/target/bom.json [INFO] attaching as ejb-multimodule-reload-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-multimodule-reload --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-multimodule-reload --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/4.0.99-SNAPSHOT/ejb-multimodule-reload-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/4.0.99-SNAPSHOT/ejb-multimodule-reload-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-multimodule-reload/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-multimodule-reload/4.0.99-SNAPSHOT/ejb-multimodule-reload-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-multimodule-reload --- [INFO] [INFO] -------< org.glassfish.jersey.tests.integration:ejb-test-webapp >------- [INFO] Building jersey-tests-ejb-webapp 4.0.99-SNAPSHOT [149/375] [INFO] from tests/integration/ejb-test-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ ejb-test-webapp --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ ejb-test-webapp --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ ejb-test-webapp --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ ejb-test-webapp --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ ejb-test-webapp --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ ejb-test-webapp --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ ejb-test-webapp --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ ejb-test-webapp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ejb-test-webapp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ ejb-test-webapp --- [INFO] Reserved port 33463 for jersey.config.test.container.port [INFO] Reserved port 40717 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ ejb-test-webapp --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ ejb-test-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [ejb-test-webapp] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/ejb-test-webapp] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ ejb-test-webapp --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/bom.xml [INFO] attaching as ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/bom.json [INFO] attaching as ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ ejb-test-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ ejb-test-webapp --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/4.0.99-SNAPSHOT/ejb-test-webapp-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/ejb-test-webapp.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/4.0.99-SNAPSHOT/ejb-test-webapp-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/4.0.99-SNAPSHOT/ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/4.0.99-SNAPSHOT/ejb-test-webapp-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/ejb-test-webapp/target/ejb-test-webapp-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/ejb-test-webapp/4.0.99-SNAPSHOT/ejb-test-webapp-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ ejb-test-webapp --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-376 >------------ [INFO] Building j-376-reproducer 4.0.99-SNAPSHOT [150/375] [INFO] from tests/integration/j-376/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-376 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-376 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-376 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-376 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-376 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-376 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-376 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-376 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-376 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-376 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-376 --- [INFO] Reserved port 46729 for jersey.config.test.container.port [INFO] Reserved port 46209 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-376 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.j376.J376Test Jan 07, 2024 3:13:12 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:13:13 AM 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. Jan 07, 2024 3:13:13 AM 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. Jan 07, 2024 3:13:13 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:13:13 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 649e03c2-d3b1-4102-ae84-91af02e533ae initialized Jan 07, 2024 3:13:13 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:8080] Jan 07, 2024 3:13:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:14 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:8080] Jan 07, 2024 3:13:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 649e03c2-d3b1-4102-ae84-91af02e533ae shut down [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.940 s -- in org.glassfish.jersey.tests.integration.j376.J376Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/j-376-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-376 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 50 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/bom.xml [INFO] attaching as j-376-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/bom.json [INFO] attaching as j-376-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-376 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/j-376-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-376 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/4.0.99-SNAPSHOT/j-376-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/j-376-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/4.0.99-SNAPSHOT/j-376-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/4.0.99-SNAPSHOT/j-376-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/4.0.99-SNAPSHOT/j-376-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-376/target/j-376-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-376/4.0.99-SNAPSHOT/j-376-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-376 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war1 >---------- [INFO] Building jersey-tests-integration-j-441-war1 4.0.99-SNAPSHOT [151/375] [INFO] from tests/integration/j-441/war1/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war1 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war1 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war1 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war1 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war1 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war1 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war1 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war1 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war1 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war1 --- [INFO] Reserved port 33751 for jersey.config.test.container.port [INFO] Reserved port 36885 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war1 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war1 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war1] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/j-441-war1-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/j-441-war1-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war1 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/bom.xml [INFO] attaching as j-441-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/bom.json [INFO] attaching as j-441-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war1 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/j-441-war1-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war1 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/4.0.99-SNAPSHOT/j-441-war1-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/j-441-war1-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/4.0.99-SNAPSHOT/j-441-war1-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/4.0.99-SNAPSHOT/j-441-war1-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/4.0.99-SNAPSHOT/j-441-war1-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war1/target/j-441-war1-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war1/4.0.99-SNAPSHOT/j-441-war1-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war1 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:j-441-war2 >---------- [INFO] Building jersey-tests-integration-j-441-war2 4.0.99-SNAPSHOT [152/375] [INFO] from tests/integration/j-441/war2/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-war2 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-war2 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-war2 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-war2 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-war2 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-war2 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-war2 --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-441-war2 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-441-war2 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-war2 --- [INFO] Reserved port 36393 for jersey.config.test.container.port [INFO] Reserved port 37947 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-441-war2 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-441-war2 --- [INFO] Packaging webapp [INFO] Assembling webapp [j-441-war2] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/j-441-war2-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/j-441-war2-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-war2 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/bom.xml [INFO] attaching as j-441-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/bom.json [INFO] attaching as j-441-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-war2 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/j-441-war2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-war2 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/4.0.99-SNAPSHOT/j-441-war2-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/j-441-war2-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/4.0.99-SNAPSHOT/j-441-war2-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/4.0.99-SNAPSHOT/j-441-war2-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/4.0.99-SNAPSHOT/j-441-war2-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/war2/target/j-441-war2-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-war2/4.0.99-SNAPSHOT/j-441-war2-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-war2 --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-441-ear >---------- [INFO] Building jersey-tests-integration-j-441-ear 4.0.99-SNAPSHOT [153/375] [INFO] from tests/integration/j-441/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-441-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-441-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441-ear --- [INFO] Reserved port 35461 for jersey.config.test.container.port [INFO] Reserved port 36005 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-441-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war1:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war1-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-441-war2:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-441-war2-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:3.0.0-M1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-3.0.0-M1.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-api-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/j-441-ear-4.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/bom.xml [INFO] attaching as j-441-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/bom.json [INFO] attaching as j-441-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/j-441-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441-ear --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/4.0.99-SNAPSHOT/j-441-ear-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/j-441-ear-4.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/4.0.99-SNAPSHOT/j-441-ear-4.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/4.0.99-SNAPSHOT/j-441-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/4.0.99-SNAPSHOT/j-441-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/ear/target/j-441-ear-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441-ear/4.0.99-SNAPSHOT/j-441-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-441 >------------ [INFO] Building jersey-tests-integration-j-441 4.0.99-SNAPSHOT [154/375] [INFO] from tests/integration/j-441/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-441 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-441 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-441 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-441 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-441 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-441 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-441 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-441 --- [INFO] Reserved port 45079 for jersey.config.test.container.port [INFO] Reserved port 46495 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-441 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/target/bom.xml [INFO] attaching as j-441-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/target/bom.json [INFO] attaching as j-441-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-441 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-441 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/4.0.99-SNAPSHOT/j-441-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/4.0.99-SNAPSHOT/j-441-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-441/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-441/4.0.99-SNAPSHOT/j-441-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-441 --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-ejb-lib >--------- [INFO] Building jersey-tests-integration-j-59-ejb-lib 4.0.99-SNAPSHOT [155/375] [INFO] from tests/integration/j-59/lib/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ejb-lib --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ejb-lib --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ejb-lib --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ejb-lib --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ejb-lib --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ejb-lib --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ejb-lib --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-ejb-lib --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-ejb-lib --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-ejb-lib --- [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ejb-lib --- [INFO] Reserved port 37851 for jersey.config.test.container.port [INFO] Reserved port 36327 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-ejb-lib --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/j-59-ejb-lib-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ejb-lib --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/bom.xml [INFO] attaching as j-59-ejb-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/bom.json [INFO] attaching as j-59-ejb-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ejb-lib --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/j-59-ejb-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ejb-lib --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/4.0.99-SNAPSHOT/j-59-ejb-lib-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/j-59-ejb-lib-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/4.0.99-SNAPSHOT/j-59-ejb-lib-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/4.0.99-SNAPSHOT/j-59-ejb-lib-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/4.0.99-SNAPSHOT/j-59-ejb-lib-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/lib/target/j-59-ejb-lib-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ejb-lib/4.0.99-SNAPSHOT/j-59-ejb-lib-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ejb-lib --- [INFO] [INFO] --------< org.glassfish.jersey.tests.integration:j-59-cdi-war >--------- [INFO] Building jersey-tests-integration-j-59-cdi-war 4.0.99-SNAPSHOT [156/375] [INFO] from tests/integration/j-59/war/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-cdi-war --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-cdi-war --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-cdi-war --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-cdi-war --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-cdi-war --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-cdi-war --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-cdi-war --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ j-59-cdi-war --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ j-59-cdi-war --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-cdi-war --- [INFO] Reserved port 36467 for jersey.config.test.container.port [INFO] Reserved port 38157 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ j-59-cdi-war --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ j-59-cdi-war --- [INFO] Packaging webapp [INFO] Assembling webapp [j-59-cdi-war] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/j-59-cdi-war-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/j-59-cdi-war-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-cdi-war --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/bom.xml [INFO] attaching as j-59-cdi-war-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/bom.json [INFO] attaching as j-59-cdi-war-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-cdi-war --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/j-59-cdi-war-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-cdi-war --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/4.0.99-SNAPSHOT/j-59-cdi-war-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/j-59-cdi-war-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/4.0.99-SNAPSHOT/j-59-cdi-war-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/4.0.99-SNAPSHOT/j-59-cdi-war-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/4.0.99-SNAPSHOT/j-59-cdi-war-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/war/target/j-59-cdi-war-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-cdi-war/4.0.99-SNAPSHOT/j-59-cdi-war-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-cdi-war --- [INFO] [INFO] ----------< org.glassfish.jersey.tests.integration:j-59-ear >----------- [INFO] Building jersey-tests-integration-j-59-ear 4.0.99-SNAPSHOT [157/375] [INFO] from tests/integration/j-59/ear/pom.xml [INFO] --------------------------------[ ear ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59-ear --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59-ear --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59-ear --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59-ear --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59-ear --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59-ear --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59-ear --- [INFO] Copying 2 resources from ../../../.. to target/legal/META-INF [INFO] [INFO] --- ear:3.3.0:generate-application-xml (default-generate-application-xml) @ j-59-ear --- [INFO] Generating application.xml [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ j-59-ear --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/src/main/resources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59-ear --- [INFO] Reserved port 42519 for jersey.config.test.container.port [INFO] Reserved port 33137 for jersey.config.test.container.stop.port [INFO] [INFO] --- ear:3.3.0:ear (default-ear) @ j-59-ear --- [INFO] Copying artifact [war:org.glassfish.jersey.tests.integration:j-59-cdi-war:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-cdi-war-4.0.99-SNAPSHOT.war] [INFO] Copying artifact [ejb:org.glassfish.jersey.tests.integration:j-59-ejb-lib:4.0.99-SNAPSHOT] to [org.glassfish.jersey.tests.integration-j-59-ejb-lib-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.inject:jersey-hk2:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.inject-jersey-hk2-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:org.glassfish.jersey.core:jersey-common:4.0.99-SNAPSHOT] to [APP-INF/lib/org.glassfish.jersey.core-jersey-common-4.0.99-SNAPSHOT.jar] [INFO] Copying artifact [jar:jakarta.ws.rs:jakarta.ws.rs-api:3.1.0] to [APP-INF/lib/jakarta.ws.rs-jakarta.ws.rs-api-3.1.0.jar] [INFO] Copying artifact [jar:jakarta.annotation:jakarta.annotation-api:3.0.0-M1] to [APP-INF/lib/jakarta.annotation-jakarta.annotation-api-3.0.0-M1.jar] [INFO] Copying artifact [jar:jakarta.inject:jakarta.inject-api:2.0.1] to [APP-INF/lib/jakarta.inject-jakarta.inject-api-2.0.1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:osgi-resource-locator:1.0.3] to [APP-INF/lib/org.glassfish.hk2-osgi-resource-locator-1.0.3.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-locator:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-locator-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2.external:aopalliance-repackaged:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2.external-aopalliance-repackaged-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-api:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-api-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.glassfish.hk2:hk2-utils:4.0.0-M1] to [APP-INF/lib/org.glassfish.hk2-hk2-utils-4.0.0-M1.jar] [INFO] Copying artifact [jar:org.javassist:javassist:3.29.2-GA] to [APP-INF/lib/org.javassist-javassist-3.29.2-GA.jar] [INFO] Building ear: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/j-59-ear-4.0.99-SNAPSHOT.ear [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59-ear --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/bom.xml [INFO] attaching as j-59-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/bom.json [INFO] attaching as j-59-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59-ear --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/j-59-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59-ear --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/4.0.99-SNAPSHOT/j-59-ear-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/j-59-ear-4.0.99-SNAPSHOT.ear to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/4.0.99-SNAPSHOT/j-59-ear-4.0.99-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/4.0.99-SNAPSHOT/j-59-ear-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/4.0.99-SNAPSHOT/j-59-ear-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/ear/target/j-59-ear-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59-ear/4.0.99-SNAPSHOT/j-59-ear-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59-ear --- [INFO] [INFO] ------------< org.glassfish.jersey.tests.integration:j-59 >------------- [INFO] Building jersey-tests-integration-j-59 4.0.99-SNAPSHOT [158/375] [INFO] from tests/integration/j-59/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ j-59 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ j-59 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ j-59 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ j-59 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ j-59 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ j-59 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ j-59 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ j-59 --- [INFO] Reserved port 45099 for jersey.config.test.container.port [INFO] Reserved port 39629 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ j-59 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/target/bom.xml [INFO] attaching as j-59-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/target/bom.json [INFO] attaching as j-59-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ j-59 --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ j-59 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/4.0.99-SNAPSHOT/j-59-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/4.0.99-SNAPSHOT/j-59-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/j-59/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/j-59/4.0.99-SNAPSHOT/j-59-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ j-59 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jackson-14 >---------- [INFO] Building jersey-compatibility-jackson14 4.0.99-SNAPSHOT [159/375] [INFO] from tests/integration/jackson-14/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jackson-14 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jackson-14 --- [WARNING] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence failed with message: Failed while enforcing releasability. Dependency convergence error for com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:4.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:4.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-annotations:jar:2.15.3:compile Dependency convergence error for com.fasterxml.jackson.core:jackson-core:jar:2.15.3 paths to dependency are: +-org.glassfish.jersey.tests.integration:jackson-14:jar:4.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile +-com.fasterxml.jackson.core:jackson-core:jar:2.15.3:compile and +-org.glassfish.jersey.tests.integration:jackson-14:jar:4.0.99-SNAPSHOT +-com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jackson-14 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jackson-14 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jackson-14 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jackson-14 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jackson-14 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jackson-14 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jackson-14 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jackson-14 --- [INFO] Reserved port 35821 for jersey.config.test.container.port [INFO] Reserved port 46009 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jackson-14 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest Jan 07, 2024 3:13:26 AM org.glassfish.jersey.jackson.internal.DefaultJacksonJaxbJsonProvider _configForReading WARNING: Error setting StreamReadConstraints: 'com.fasterxml.jackson.core.StreamReadConstraints com.fasterxml.jackson.core.JsonFactory.streamReadConstraints()'. Possibly not Jackson 2.15? [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.560 s -- in org.glassfish.jersey.integration.jackson14.Jackson14DependencyTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/jackson-14-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jackson-14 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/bom.xml [INFO] attaching as jackson-14-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/bom.json [INFO] attaching as jackson-14-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jackson-14 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/jackson-14-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jackson-14 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/4.0.99-SNAPSHOT/jackson-14-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/jackson-14-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/4.0.99-SNAPSHOT/jackson-14-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/4.0.99-SNAPSHOT/jackson-14-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/4.0.99-SNAPSHOT/jackson-14-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jackson-14/target/jackson-14-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jackson-14/4.0.99-SNAPSHOT/jackson-14-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jackson-14 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2136 >--------- [INFO] Building jersey-tests-integration-jersey-2136 4.0.99-SNAPSHOT [160/375] [INFO] from tests/integration/jersey-2136/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2136 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2136 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2136 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2136 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2136 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2136 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2136 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2136 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2136 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2136 --- [INFO] Reserved port 35033 for jersey.config.test.container.port [INFO] Reserved port 36943 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2136 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2136] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2136 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/bom.xml [INFO] attaching as jersey-2136-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/bom.json [INFO] attaching as jersey-2136-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2136 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2136 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey2136.Jersey2136ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.060 s -- in org.glassfish.jersey.tests.integration.jersey2136.Jersey2136ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2136 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2136 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/4.0.99-SNAPSHOT/jersey-2136-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/4.0.99-SNAPSHOT/jersey-2136-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/4.0.99-SNAPSHOT/jersey-2136-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/4.0.99-SNAPSHOT/jersey-2136-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2136/target/jersey-2136-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2136/4.0.99-SNAPSHOT/jersey-2136-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2136 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2137 >--------- [INFO] Building jersey-tests-integration-jersey-2137 4.0.99-SNAPSHOT [161/375] [INFO] from tests/integration/jersey-2137/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2137 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2137 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2137 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2137 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2137 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2137 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2137 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2137 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2137 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2137 --- [INFO] Reserved port 46021 for jersey.config.test.container.port [INFO] Reserved port 46031 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2137 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2137 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2137] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/jersey-2137] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/jersey-2137.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2137 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/bom.xml [INFO] attaching as jersey-2137-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/bom.json [INFO] attaching as jersey-2137-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2137 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/jersey-2137-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2137 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/4.0.99-SNAPSHOT/jersey-2137-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/jersey-2137.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/4.0.99-SNAPSHOT/jersey-2137-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/4.0.99-SNAPSHOT/jersey-2137-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/4.0.99-SNAPSHOT/jersey-2137-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2137/target/jersey-2137-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2137/4.0.99-SNAPSHOT/jersey-2137-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2137 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2154 >--------- [INFO] Building jersey-tests-integration-jersey-2154 4.0.99-SNAPSHOT [162/375] [INFO] from tests/integration/jersey-2154/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2154 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2154 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2154 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2154 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2154 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2154 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2154 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2154 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2154 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2154 --- [INFO] Reserved port 42875 for jersey.config.test.container.port [INFO] Reserved port 41607 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2154 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2154 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2154] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/jersey-2154] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/jersey-2154.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2154 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/bom.xml [INFO] attaching as jersey-2154-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/bom.json [INFO] attaching as jersey-2154-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2154 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/jersey-2154-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2154 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/4.0.99-SNAPSHOT/jersey-2154-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/jersey-2154.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/4.0.99-SNAPSHOT/jersey-2154-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/4.0.99-SNAPSHOT/jersey-2154-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/4.0.99-SNAPSHOT/jersey-2154-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2154/target/jersey-2154-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2154/4.0.99-SNAPSHOT/jersey-2154-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2154 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2421 >--------- [INFO] Building jersey-tests-integration-jersey-2421 4.0.99-SNAPSHOT [163/375] [INFO] from tests/integration/jersey-2421/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2421 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2421 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2421 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2421 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2421 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2421 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2421 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2421 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2421 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2421 --- [INFO] Reserved port 42903 for jersey.config.test.container.port [INFO] Reserved port 36399 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2421 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test Jan 07, 2024 3:13:35 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.glassfish.jersey.tests.integration.jersey2421.Jersey2421Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2421 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2421] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2421 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/bom.xml [INFO] attaching as jersey-2421-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/bom.json [INFO] attaching as jersey-2421-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2421 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2421 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/4.0.99-SNAPSHOT/jersey-2421-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/4.0.99-SNAPSHOT/jersey-2421-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/4.0.99-SNAPSHOT/jersey-2421-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/4.0.99-SNAPSHOT/jersey-2421-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2421/target/jersey-2421-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2421/4.0.99-SNAPSHOT/jersey-2421-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2421 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-2776 >--------- [INFO] Building jersey-tests-integration-jersey-2776 4.0.99-SNAPSHOT [164/375] [INFO] from tests/integration/jersey-2776/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-2776 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-2776 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-2776 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-2776 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-2776 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-2776 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-2776 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-2776 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-2776 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-2776 --- [INFO] Reserved port 34633 for jersey.config.test.container.port [INFO] Reserved port 41633 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-2776 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-2776] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-2776 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/bom.xml [INFO] attaching as jersey-2776-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/bom.json [INFO] attaching as jersey-2776-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-2776 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- failsafe:3.2.1:integration-test (default) @ jersey-2776 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Failsafe report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/failsafe-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.016 s -- in org.glassfish.jersey.tests.integration.jersey2776.Jersey2776ITCase [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- failsafe:3.2.1:verify (default) @ jersey-2776 --- [INFO] Failsafe report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/failsafe-reports [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-2776 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/4.0.99-SNAPSHOT/jersey-2776-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/4.0.99-SNAPSHOT/jersey-2776-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/4.0.99-SNAPSHOT/jersey-2776-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/4.0.99-SNAPSHOT/jersey-2776-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-2776/target/jersey-2776-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-2776/4.0.99-SNAPSHOT/jersey-2776-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-2776 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3662 >--------- [INFO] Building jersey-3662 4.0.99-SNAPSHOT [165/375] [INFO] from tests/integration/jersey-3662/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3662 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3662 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3662 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3662 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3662 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3662 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3662 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3662 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3662 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3662 --- [INFO] Reserved port 39287 for jersey.config.test.container.port [INFO] Reserved port 35025 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3662 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey3662.Junit5Test Jan 07, 2024 3:13:38 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:13:38 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:39 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:13:39 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:39 AM 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.819 s -- in org.glassfish.jersey.tests.integration.jersey3662.Junit5Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/jersey-3662-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3662 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/bom.xml [INFO] attaching as jersey-3662-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/bom.json [INFO] attaching as jersey-3662-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3662 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/jersey-3662-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3662 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/4.0.99-SNAPSHOT/jersey-3662-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/jersey-3662-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/4.0.99-SNAPSHOT/jersey-3662-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/4.0.99-SNAPSHOT/jersey-3662-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/4.0.99-SNAPSHOT/jersey-3662-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3662/target/jersey-3662-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3662/4.0.99-SNAPSHOT/jersey-3662-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3662 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3670 >--------- [INFO] Building jersey-tests-integration-jersey-3670 4.0.99-SNAPSHOT [166/375] [INFO] from tests/integration/jersey-3670/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3670 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3670 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3670 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3670 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3670 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3670 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3670 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/java/org/glassfish/jersey/tests/integration/jersey3670/MyConverterProvider.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3670 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3670 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3670 --- [INFO] Reserved port 39777 for jersey.config.test.container.port [INFO] Reserved port 36227 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3670 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest Jan 07, 2024 3:13:40 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:13:41 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:41 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:13:41 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:41 AM 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.841 s -- in org.glassfish.jersey.tests.integration.jersey3670.ExternalApplicationParamConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3670 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3670] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3670 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/bom.xml [INFO] attaching as jersey-3670-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/bom.json [INFO] attaching as jersey-3670-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3670 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3670 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/4.0.99-SNAPSHOT/jersey-3670-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/4.0.99-SNAPSHOT/jersey-3670-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/4.0.99-SNAPSHOT/jersey-3670-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/4.0.99-SNAPSHOT/jersey-3670-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3670/target/jersey-3670-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3670/4.0.99-SNAPSHOT/jersey-3670-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3670 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-3992 >--------- [INFO] Building jersey-3992 4.0.99-SNAPSHOT [167/375] [INFO] from tests/integration/jersey-3992/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-3992 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-3992 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-3992 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-3992 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-3992 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-3992 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-3992 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-3992 --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-3992 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-3992 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-3992 --- [INFO] Reserved port 43333 for jersey.config.test.container.port [INFO] Reserved port 37675 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-3992 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.cdi.resources.InheritanceTest Jan 07, 2024 3:13:43 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:13:44 AM 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. Jan 07, 2024 3:13:44 AM 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. Jan 07, 2024 3:13:44 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:13:44 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 13572cb4-a536-4b30-99fd-63bd65debe82 initialized Jan 07, 2024 3:13:44 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/cdi-test-webapp/main Jan 07, 2024 3:13:45 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:45 AM org.glassfish.jersey.server.ResourceModelConfigurator bindProvidersAndResources WARNING: Component of class interface org.glassfish.jersey.tests.cdi.resources.UserResource cannot be instantiated and will be ignored. Jan 07, 2024 3:13:45 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:13:45 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:45 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 13572cb4-a536-4b30-99fd-63bd65debe82 shut down Jan 07, 2024 3:13:45 AM org.glassfish.jersey.tests.cdi.resources.MainApplication preDestroy INFO: org.glassfish.jersey.tests.cdi.resources.MainApplication: PRE DESTROY. Jan 07, 2024 3:13:45 AM 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.848 s -- in org.glassfish.jersey.tests.cdi.resources.InheritanceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-3992 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-3992] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/jersey-3992] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/jersey-3992.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-3992 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/bom.xml [INFO] attaching as jersey-3992-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/bom.json [INFO] attaching as jersey-3992-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-3992 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/jersey-3992-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-3992 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/4.0.99-SNAPSHOT/jersey-3992-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/jersey-3992.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/4.0.99-SNAPSHOT/jersey-3992-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/4.0.99-SNAPSHOT/jersey-3992-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/4.0.99-SNAPSHOT/jersey-3992-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-3992/target/jersey-3992-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-3992/4.0.99-SNAPSHOT/jersey-3992-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-3992 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4003 >--------- [INFO] Building jersey-tests-integration-jersey-4003 4.0.99-SNAPSHOT [168/375] [INFO] from tests/integration/jersey-4003/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4003 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4003 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4003 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4003 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4003 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4003 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4003 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4003 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4003 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/src/test/java/org/glassfish/jersey/tests/integration/jersey4003/LostResponseTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4003 --- [INFO] Reserved port 41533 for jersey.config.test.container.port [INFO] Reserved port 32903 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4003 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 s -- in org.glassfish.jersey.tests.integration.jersey4003.LostResponseTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/jersey-4003-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4003 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/bom.xml [INFO] attaching as jersey-4003-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/bom.json [INFO] attaching as jersey-4003-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4003 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/jersey-4003-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4003 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/4.0.99-SNAPSHOT/jersey-4003-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/jersey-4003-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/4.0.99-SNAPSHOT/jersey-4003-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/4.0.99-SNAPSHOT/jersey-4003-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/4.0.99-SNAPSHOT/jersey-4003-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4003/target/jersey-4003-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4003/4.0.99-SNAPSHOT/jersey-4003-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4003 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4099 >--------- [INFO] Building jersey-tests-integration-jersey-4099 4.0.99-SNAPSHOT [169/375] [INFO] from tests/integration/jersey-4099/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4099 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4099 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4099 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4099 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4099 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4099 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4099 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4099 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4099 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4099 --- [INFO] Reserved port 37341 for jersey.config.test.container.port [INFO] Reserved port 40485 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4099 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest Jan 07, 2024 3:13:52 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:13:52 AM 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. Jan 07, 2024 3:13:52 AM 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. Jan 07, 2024 3:13:52 AM org.jboss.weld.event.ExtensionObserverMethodImpl checkRequiredTypeAnnotations INFO: WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jersey.ext.cdi1x.internal.ProcessAllAnnotatedTypes.processAnnotatedType(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. Jan 07, 2024 3:13:52 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container f6f70f0f-2fb4-41ed-b102-f64e6fb5f5e4 initialized Jan 07, 2024 3:13:52 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:13:52 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:53 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:13:53 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:53 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:13:53 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container f6f70f0f-2fb4-41ed-b102-f64e6fb5f5e4 shut down [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.460 s -- in org.glassfish.jersey.tests.integration.jersey4099.PriorityAnnotationOnExceptionMappersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-4099 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-4099] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT.war [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4099 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 35 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/bom.xml [INFO] attaching as jersey-4099-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/bom.json [INFO] attaching as jersey-4099-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4099 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4099 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/4.0.99-SNAPSHOT/jersey-4099-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT.war to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/4.0.99-SNAPSHOT/jersey-4099-4.0.99-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/4.0.99-SNAPSHOT/jersey-4099-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/4.0.99-SNAPSHOT/jersey-4099-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4099/target/jersey-4099-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4099/4.0.99-SNAPSHOT/jersey-4099-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4099 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4321 >--------- [INFO] Building jersey-4321 4.0.99-SNAPSHOT [170/375] [INFO] from tests/integration/jersey-4321/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4321 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4321 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4321 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4321 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4321 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4321 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4321 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4321 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4321 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4321 --- [INFO] Reserved port 40141 for jersey.config.test.container.port [INFO] Reserved port 38059 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4321 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4321.StreamingTest Jan 07, 2024 3:13:56 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:13:57 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:13:57 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:13:57 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:13:57 AM 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.081 s -- in org.glassfish.jersey.tests.integration.jersey4321.StreamingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/jersey-4321-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4321 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/bom.xml [INFO] attaching as jersey-4321-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/bom.json [INFO] attaching as jersey-4321-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4321 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/jersey-4321-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4321 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/4.0.99-SNAPSHOT/jersey-4321-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/jersey-4321-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/4.0.99-SNAPSHOT/jersey-4321-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/4.0.99-SNAPSHOT/jersey-4321-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/4.0.99-SNAPSHOT/jersey-4321-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4321/target/jersey-4321-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4321/4.0.99-SNAPSHOT/jersey-4321-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4321 --- [INFO] [INFO] ---------------< org.glassfish.jersey.examples:project >---------------- [INFO] Building jersey-examples 4.0.99-SNAPSHOT [171/375] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ project --- [INFO] Copying 2 resources from .. to target/project/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 36147 for jersey.config.test.container.port [INFO] Reserved port 43599 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ------< org.glassfish.jersey.examples:server-sent-events-jersey >------- [INFO] Building jersey-examples-server-sent-events-jersey 4.0.99-SNAPSHOT [172/375] [INFO] from examples/server-sent-events-jersey/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ server-sent-events-jersey --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ server-sent-events-jersey --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ server-sent-events-jersey --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ server-sent-events-jersey --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ server-sent-events-jersey --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ server-sent-events-jersey --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ server-sent-events-jersey --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ server-sent-events-jersey --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ server-sent-events-jersey --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-wars) @ server-sent-events-jersey --- [INFO] Copying 2 resources from ../.. to target/server-sent-events-jersey/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ server-sent-events-jersey --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/src/main/resources [INFO] Copying 2 resources from target/legal to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ server-sent-events-jersey --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ server-sent-events-jersey --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ server-sent-events-jersey --- [INFO] Reserved port 41339 for jersey.config.test.container.port [INFO] Reserved port 44947 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ server-sent-events-jersey --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest Jan 07, 2024 3:13:59 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41339/ Jan 07, 2024 3:14:00 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:00 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41339] Jan 07, 2024 3:14:00 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41339] Jan 07, 2024 3:14:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41339/ Jan 07, 2024 3:14:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41339] Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41339] Jan 07, 2024 3:14:05 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:41339/ Jan 07, 2024 3:14:05 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:41339] Jan 07, 2024 3:14:05 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. Jan 07, 2024 3:14:06 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:41339] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.271 s -- in org.glassfish.jersey.examples.sse.jersey.ServerSentEventsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ server-sent-events-jersey --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/bom.xml [INFO] attaching as server-sent-events-jersey-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/bom.json [INFO] attaching as server-sent-events-jersey-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ server-sent-events-jersey --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ server-sent-events-jersey --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/4.0.99-SNAPSHOT/server-sent-events-jersey-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/server-sent-events-jersey.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/4.0.99-SNAPSHOT/server-sent-events-jersey-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/4.0.99-SNAPSHOT/server-sent-events-jersey-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/4.0.99-SNAPSHOT/server-sent-events-jersey-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/examples/server-sent-events-jersey/target/server-sent-events-jersey-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/examples/server-sent-events-jersey/4.0.99-SNAPSHOT/server-sent-events-jersey-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ server-sent-events-jersey --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4507 >--------- [INFO] Building jersey-4507 4.0.99-SNAPSHOT [173/375] [INFO] from tests/integration/jersey-4507/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4507 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4507 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4507 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4507 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4507 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4507 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4507 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4507 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4507 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4507 --- [INFO] Reserved port 35555 for jersey.config.test.container.port [INFO] Reserved port 37465 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4507 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4507.SSETest Jan 07, 2024 3:14:08 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:09 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:09 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:09 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:14:11 AM 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.561 s -- in org.glassfish.jersey.tests.integration.jersey4507.SSETest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/jersey-4507-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4507 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/bom.xml [INFO] attaching as jersey-4507-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/bom.json [INFO] attaching as jersey-4507-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4507 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/jersey-4507-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4507 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/4.0.99-SNAPSHOT/jersey-4507-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/jersey-4507-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/4.0.99-SNAPSHOT/jersey-4507-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/4.0.99-SNAPSHOT/jersey-4507-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/4.0.99-SNAPSHOT/jersey-4507-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4507/target/jersey-4507-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4507/4.0.99-SNAPSHOT/jersey-4507-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4507 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4542 >--------- [INFO] Building jersey-4542 4.0.99-SNAPSHOT [174/375] [INFO] from tests/integration/jersey-4542/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4542 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4542 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4542 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4542 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4542 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4542 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4542 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4542 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4542 --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4542 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4542 --- [INFO] Reserved port 39507 for jersey.config.test.container.port [INFO] Reserved port 35339 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4542 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest Jan 07, 2024 3:14:13 AM org.jboss.weld.bootstrap.WeldStartup INFO: WELD-000900: 6.0.0 (Alpha1) Jan 07, 2024 3:14:13 AM 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. Jan 07, 2024 3:14:14 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container 189d74a4-9e46-4826-96be-7045ef5d1445 initialized Jan 07, 2024 3:14:14 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:14 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:14 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 8.0.1.Final Jan 07, 2024 3:14:14 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:14 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:14:14 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container 189d74a4-9e46-4826-96be-7045ef5d1445 shut down Jan 07, 2024 3:14:15 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:14:15 AM 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. Jan 07, 2024 3:14:15 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent INFO: WELD-ENV-002003: Weld SE container d182614e-3347-40ca-9349-f6f7f8855832 initialized Jan 07, 2024 3:14:15 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:15 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:15 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:15 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:14:15 AM org.jboss.weld.environment.se.WeldContainer shutdown INFO: WELD-ENV-002001: Weld SE container d182614e-3347-40ca-9349-f6f7f8855832 shut down Jan 07, 2024 3:14:15 AM 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.730 s -- in org.glassfish.jersey.tests.integration.jersey4542.ProgrammaticValidationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/jersey-4542-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4542 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/bom.xml [INFO] attaching as jersey-4542-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/bom.json [INFO] attaching as jersey-4542-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4542 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/jersey-4542-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4542 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/4.0.99-SNAPSHOT/jersey-4542-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/jersey-4542-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/4.0.99-SNAPSHOT/jersey-4542-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/4.0.99-SNAPSHOT/jersey-4542-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/4.0.99-SNAPSHOT/jersey-4542-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4542/target/jersey-4542-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4542/4.0.99-SNAPSHOT/jersey-4542-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4542 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4697 >--------- [INFO] Building jersey-4697 4.0.99-SNAPSHOT [175/375] [INFO] from tests/integration/jersey-4697/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4697 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4697 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4697 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4697 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4697 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4697 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4697 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4697 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4697 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4697 --- [INFO] Reserved port 37679 for jersey.config.test.container.port [INFO] Reserved port 38541 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4697 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest Jan 07, 2024 3:14:17 AM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:17 AM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Jan 07, 2024 3:14:17 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:17 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:14:19 AM org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1 run SEVERE: Error generating monitoring statistics. java.lang.IllegalStateException: This causes the scheduler to stop working at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.processExceptionMapperEvents(MonitoringStatisticsProcessor.java:130) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor.access$200(MonitoringStatisticsProcessor.java:53) at org.glassfish.jersey.server.internal.monitoring.MonitoringStatisticsProcessor$1.run(MonitoringStatisticsProcessor.java:96) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:358) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583) Jan 07, 2024 3:14:20 AM 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.527 s -- in org.glassfish.jersey.tests.integration.jersey4697.MonitoringEventListenerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/jersey-4697-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4697 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/bom.xml [INFO] attaching as jersey-4697-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/bom.json [INFO] attaching as jersey-4697-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4697 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/jersey-4697-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4697 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/4.0.99-SNAPSHOT/jersey-4697-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/jersey-4697-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/4.0.99-SNAPSHOT/jersey-4697-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/4.0.99-SNAPSHOT/jersey-4697-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/4.0.99-SNAPSHOT/jersey-4697-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4697/target/jersey-4697-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4697/4.0.99-SNAPSHOT/jersey-4697-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4697 --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-4722 >--------- [INFO] Building jersey-4722 4.0.99-SNAPSHOT [176/375] [INFO] from tests/integration/jersey-4722/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-4722 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-4722 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-4722 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-4722 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-4722 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-4722 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-4722 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-4722 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-4722 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-4722 --- [INFO] Reserved port 35905 for jersey.config.test.container.port [INFO] Reserved port 45867 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-4722 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Surefire report directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/surefire-reports [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test Jan 07, 2024 3:14:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Jan 07, 2024 3:14:23 AM org.glassfish.jersey.message.internal.MessagingBinders$EnabledProvidersBinder bindToBinder WARNING: A class jakarta.activation.DataSource for a default provider MessageBodyWriter was not found. The provider is not available. Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Jan 07, 2024 3:14:23 AM org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer INFO: Creating GrizzlyWebTestContainer configured at the base URI http://localhost:9998/ Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Starting application [TestContext] ... Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext initServlets INFO: [TestContext] Servlet [org.glassfish.jersey.servlet.ServletContainer] registered for url pattern(s) [[/*]]. Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.servlet.WebappContext deploy INFO: Application [TestContext] is ready to service requests. Root: []. Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Jan 07, 2024 3:14:23 AM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. Jan 07, 2024 3:14:23 AM 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.881 s -- in org.glassfish.jersey.tests.integration.jersey4722.Jersey4722Test [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/jersey-4722-4.0.99-SNAPSHOT.jar [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jersey-4722 --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 33 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/bom.xml [INFO] attaching as jersey-4722-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/bom.json [INFO] attaching as jersey-4722-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jersey-4722 --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/jersey-4722-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ jersey-4722 --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/4.0.99-SNAPSHOT/jersey-4722-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/jersey-4722-4.0.99-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/4.0.99-SNAPSHOT/jersey-4722-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/4.0.99-SNAPSHOT/jersey-4722-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/4.0.99-SNAPSHOT/jersey-4722-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-4722/target/jersey-4722-4.0.99-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/tests/integration/jersey-4722/4.0.99-SNAPSHOT/jersey-4722-4.0.99-SNAPSHOT-sources.jar [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jersey-4722 --- [INFO] [INFO] ----------------< org.glassfish.jersey.bundles:project >---------------- [INFO] Building jersey-bundles 4.0.99-SNAPSHOT [177/375] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ project --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ project --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ project --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ project --- [INFO] Copying 2 resources from .. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ project --- [INFO] Copying 2 resources from .. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ project --- [INFO] Copying 2 resources from .. to target/legal/META-INF [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ project --- [INFO] Reserved port 42371 for jersey.config.test.container.port [INFO] Reserved port 43917 for jersey.config.test.container.stop.port [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ project --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/target/bom.xml [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/target/bom.json [INFO] attaching as project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/project/4.0.99-SNAPSHOT/project-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ project --- [INFO] [INFO] ---------------< org.glassfish.jersey.bundles:jaxrs-ri >---------------- [INFO] Building jersey-bundles-jaxrs-ri 4.0.99-SNAPSHOT [178/375] [INFO] from bundles/jaxrs-ri/pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jaxrs-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxrs-ri --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jaxrs-ri --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jaxrs-ri --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jaxrs-ri --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jaxrs-ri --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java added. [INFO] [INFO] --- dependency:3.6.1:unpack-dependencies (unpack) @ jaxrs-ri --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jaxrs-ri --- [INFO] Copying 2 resources from ../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxrs-ri --- [INFO] Copying 39 resources from target/unpacked-src/main/java to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1025 source files with javac [debug target 17] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/Utils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/Utils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1025 source files with javac [debug target 1.8] to target/classes [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/Variant.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/Utils.java: Some input files use or override a deprecated API that is marked for removal. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/org/glassfish/jersey/message/internal/Utils.java: Recompile with -Xlint:removal for details. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/unpacked-src/main/java/jakarta/ws/rs/core/MultivaluedMap.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxrs-ri --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxrs-ri --- [WARNING] Parameter 'compilerArguments' is deprecated: use compilerArgs instead. [INFO] No sources to compile [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jaxrs-ri --- [INFO] Reserved port 36549 for jersey.config.test.container.port [INFO] Reserved port 39709 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jaxrs-ri --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] No tests to run. [INFO] [INFO] --- bundle:5.1.9:bundle (default-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ jaxrs-ri --- [INFO] CycloneDX: Resolving Dependencies [INFO] CycloneDX: Creating BOM version 1.4 with 36 component(s) [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/bom.xml [INFO] attaching as jaxrs-ri-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/bom.json [INFO] attaching as jaxrs-ri-4.0.99-SNAPSHOT-cyclonedx.json [INFO] [INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ jaxrs-ri --- [INFO] Building jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] [INFO] --- bundle:5.1.9:bundle (osgi-bundle) @ jaxrs-ri --- [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/client Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/container Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/core Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/ext Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Split package, multiple jars provide the same package:jakarta/ws/rs/sse Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning Package found in [Jar:., Jar:jakarta.ws.rs-api] Class path [Jar:., Jar:jakarta.ws.rs-api, Jar:hk2-api, Jar:hk2-utils, Jar:aopalliance-repackaged, Jar:hk2-locator, Jar:org.osgi.core, Jar:jakarta.annotation-api, Jar:jakarta.validation-api, Jar:jakarta.servlet-api, Jar:jakarta.persistence-api] [WARNING] Bundle org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT : Unused Import-Package instructions: [jakarta.servlet.descriptor.*] [INFO] Building bundle: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- shade:3.2.4:shade (shade-archive) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.1.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.1.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:2.1.1 in the shaded jar. [WARNING] jakarta.activation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.2.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.1.5.jar, yasson-3.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.activation-api-2.1.1.jar, jakarta.json-api-2.1.2.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar, parsson-1.1.5.jar, yasson-3.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/LICENSE.md [WARNING] jakarta.activation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.2.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar, parsson-1.1.5.jar, yasson-3.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.md [WARNING] jakarta.ws.rs-api-3.1.0.jar, jaxrs-ri.jar define 151 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 141 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-4.0.99-SNAPSHOT.jar define 652 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 642 more... [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT.jar define 909 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 899 more... [WARNING] jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT.jar define 193 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 183 more... [WARNING] jaxrs-ri.jar, jersey-hk2-4.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/NOTICE.markdown [WARNING] jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-4.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- shade:3.2.4:shade (default) @ jaxrs-ri --- [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.javassist:javassist:jar:3.29.2-GA in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.ws.rs:jakarta.ws.rs-api:jar:3.1.0 in the shaded jar. [INFO] Including jakarta.inject:jakarta.inject-api:jar:2.0.1 in the shaded jar. [INFO] Including org.glassfish.hk2:osgi-resource-locator:jar:1.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-json-binding:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.json:jakarta.json-api:jar:2.1.2 in the shaded jar. [INFO] Including jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0 in the shaded jar. [INFO] Including org.eclipse.parsson:parsson:jar:1.1.5 in the shaded jar. [INFO] Including org.eclipse:yasson:jar:3.0.3 in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-sse:jar:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.inject:jersey-hk2:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-common:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.media:jersey-media-jaxb:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-client:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.core:jersey-server:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet-core:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including org.glassfish.jersey.containers:jersey-container-servlet:jar:sources:4.0.99-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:2.1.1 in the shaded jar. [INFO] Minimizing jar org.glassfish.jersey.bundles:jaxrs-ri:bundle:4.0.99-SNAPSHOT [WARNING] /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/classes (Is a directory) [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jakarta.activation-api-2.1.1.jar, jakarta.inject-api-2.0.1.jar, jakarta.json-api-2.1.2.jar, jakarta.json.bind-api-3.0.0.jar, jakarta.ws.rs-api-3.1.0.jar, jakarta.xml.bind-api-4.0.0.jar, javassist-3.29.2-GA.jar, jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar, osgi-resource-locator-1.0.3.jar, parsson-1.1.5.jar, yasson-3.0.3.jar define 1 overlapping resource: [WARNING] - META-INF/MANIFEST.MF [WARNING] jakarta.ws.rs-api-3.1.0.jar, jaxrs-ri.jar define 151 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.properties [WARNING] - META-INF/maven/jakarta.ws.rs/jakarta.ws.rs-api/pom.xml [WARNING] - jakarta.ws.rs.ApplicationPath [WARNING] - jakarta.ws.rs.BadRequestException [WARNING] - jakarta.ws.rs.BeanParam [WARNING] - jakarta.ws.rs.ClientErrorException [WARNING] - jakarta.ws.rs.ConstrainedTo [WARNING] - jakarta.ws.rs.Consumes [WARNING] - jakarta.ws.rs.CookieParam [WARNING] - jakarta.ws.rs.DELETE [WARNING] - 141 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet-core/pom.xml [WARNING] - org/glassfish/jersey/servlet/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.containers/jersey-container-servlet/pom.xml [WARNING] - META-INF/services/jakarta.servlet.ServletContainerInitializer [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider [WARNING] - META-INF/services/org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider [WARNING] - org/glassfish/jersey/servlet/init/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar, jersey-client-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-client/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-client/resource-config.json [WARNING] - META-INF/services/jakarta.ws.rs.client.ClientBuilder [WARNING] - org/glassfish/jersey/client/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-common/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-common/resource-config.json [WARNING] - org/glassfish/jersey/internal/build.properties [WARNING] - org/glassfish/jersey/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.core/jersey-server/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.core/jersey-server/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.model.internal.spi.ParameterServiceProvider [WARNING] - org/glassfish/jersey/server/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar, jersey-hk2-4.0.99-SNAPSHOT.jar define 6 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.inject/jersey-hk2/pom.xml [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/reflect-config.json [WARNING] - META-INF/native-image/org.glassfish.jersey.inject/jersey-hk2/resource-config.json [WARNING] - META-INF/services/org.glassfish.jersey.internal.inject.InjectionManagerFactory [WARNING] - org/glassfish/jersey/inject/hk2/localization.properties [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar, jersey-common-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 2 overlapping resources: [WARNING] - META-INF/services/jakarta.ws.rs.ext.RuntimeDelegate [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.AutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar, jersey-server-4.0.99-SNAPSHOT.jar define 1 overlapping resource: [WARNING] - META-INF/services/org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable [WARNING] jaxrs-ri.jar, jersey-server-4.0.99-SNAPSHOT.jar define 652 overlapping classes: [WARNING] - com.sun.research.ws.wadl.Application [WARNING] - com.sun.research.ws.wadl.Doc [WARNING] - com.sun.research.ws.wadl.Grammars [WARNING] - com.sun.research.ws.wadl.HTTPMethods [WARNING] - com.sun.research.ws.wadl.Include [WARNING] - com.sun.research.ws.wadl.Link [WARNING] - com.sun.research.ws.wadl.Method [WARNING] - com.sun.research.ws.wadl.ObjectFactory [WARNING] - com.sun.research.ws.wadl.Option [WARNING] - com.sun.research.ws.wadl.Param [WARNING] - 642 more... [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT.jar define 909 overlapping classes: [WARNING] - org.glassfish.jersey.AbstractFeatureConfigurator [WARNING] - org.glassfish.jersey.Beta [WARNING] - org.glassfish.jersey.CommonProperties [WARNING] - org.glassfish.jersey.ExtendedConfig [WARNING] - org.glassfish.jersey.ExternalProperties [WARNING] - org.glassfish.jersey.InjectionManagerProvider [WARNING] - org.glassfish.jersey.JerseyPriorities [WARNING] - org.glassfish.jersey.Severity [WARNING] - org.glassfish.jersey.SslConfigurator [WARNING] - org.glassfish.jersey.http.HttpHeaders [WARNING] - 899 more... [WARNING] jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT.jar define 193 overlapping classes: [WARNING] - org.glassfish.jersey.client.AbortException [WARNING] - org.glassfish.jersey.client.AbstractNonSyncInvoker [WARNING] - org.glassfish.jersey.client.AbstractRxInvoker [WARNING] - org.glassfish.jersey.client.ChunkParser [WARNING] - org.glassfish.jersey.client.ChunkedInput [WARNING] - org.glassfish.jersey.client.ChunkedInput$1 [WARNING] - org.glassfish.jersey.client.ChunkedInput$AbstractBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser [WARNING] - org.glassfish.jersey.client.ChunkedInput$FixedMultiBoundaryParser$1 [WARNING] - 183 more... [WARNING] jaxrs-ri.jar, jersey-hk2-4.0.99-SNAPSHOT.jar define 46 overlapping classes: [WARNING] - org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$3 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$1 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$Binder$2 [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$CacheKey [WARNING] - org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl$DescriptorOverridingInjectee [WARNING] - 36 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT.jar define 48 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.ServletContainer [WARNING] - org.glassfish.jersey.servlet.ServletProperties [WARNING] - org.glassfish.jersey.servlet.ServletPropertiesDelegate [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1 [WARNING] - org.glassfish.jersey.servlet.WebAppResourcesScanner$1$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent [WARNING] - org.glassfish.jersey.servlet.WebComponent$1 [WARNING] - org.glassfish.jersey.servlet.WebComponent$2 [WARNING] - org.glassfish.jersey.servlet.WebComponent$3 [WARNING] - 38 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-4.0.99-SNAPSHOT.jar define 10 overlapping classes: [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$1 [WARNING] - org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl$ExtensionImpl [WARNING] - org.glassfish.jersey.servlet.async.package-info [WARNING] - org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl [WARNING] - org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.servlet.init.internal.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.servlet.init.package-info [WARNING] javassist-3.29.2-GA.jar, jaxrs-ri.jar define 428 overlapping classes and resources: [WARNING] - META-INF/maven/org.javassist/javassist/pom.properties [WARNING] - META-INF/maven/org.javassist/javassist/pom.xml [WARNING] - javassist.ByteArrayClassPath [WARNING] - javassist.ByteArrayClassPath$1 [WARNING] - javassist.ByteArrayClassPath$BytecodeURLConnection [WARNING] - javassist.ByteArrayClassPath$BytecodeURLStreamHandler [WARNING] - javassist.CannotCompileException [WARNING] - javassist.ClassClassPath [WARNING] - javassist.ClassMap [WARNING] - javassist.ClassPath [WARNING] - 418 more... [WARNING] jakarta.inject-api-2.0.1.jar, jaxrs-ri.jar define 9 overlapping classes and resources: [WARNING] - META-INF/LICENSE.txt [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties [WARNING] - META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml [WARNING] - jakarta.inject.Inject [WARNING] - jakarta.inject.Named [WARNING] - jakarta.inject.Provider [WARNING] - jakarta.inject.Qualifier [WARNING] - jakarta.inject.Scope [WARNING] - jakarta.inject.Singleton [WARNING] jaxrs-ri.jar, osgi-resource-locator-1.0.3.jar define 14 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.properties [WARNING] - META-INF/maven/org.glassfish.hk2/osgi-resource-locator/pom.xml [WARNING] - org.glassfish.hk2.osgiresourcelocator.Activator [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinder [WARNING] - org.glassfish.hk2.osgiresourcelocator.ResourceFinderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoader$ProviderFactory [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$1 [WARNING] - org.glassfish.hk2.osgiresourcelocator.ServiceLoaderImpl$2 [WARNING] - 4 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar define 3 overlapping resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-jaxb/pom.xml [WARNING] - org/glassfish/jersey/jaxb/internal/localization.properties [WARNING] jaxrs-ri.jar, jersey-media-jaxb-4.0.99-SNAPSHOT.jar define 54 overlapping classes: [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier [WARNING] - org.glassfish.jersey.jaxb.FeatureSupplier$1 [WARNING] - org.glassfish.jersey.jaxb.PropertySupplier [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractCollectionJaxbProvider$JaxbTypeChecker [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbElementProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$1 [WARNING] - org.glassfish.jersey.jaxb.internal.AbstractJaxbProvider$2 [WARNING] - 44 more... [WARNING] jaxrs-ri.jar, jersey-media-json-binding-4.0.99-SNAPSHOT.jar define 11 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-json-binding/pom.xml [WARNING] - org.glassfish.jersey.jsonb.JsonBindingFeature [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$1 [WARNING] - org.glassfish.jersey.jsonb.LocalizationMessages$BundleSupplier [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingAutoDiscoverable [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider [WARNING] - org.glassfish.jersey.jsonb.internal.JsonBindingProvider$JsonbSingleton [WARNING] - org.glassfish.jersey.jsonb.package-info [WARNING] - 1 more... [WARNING] jakarta.json-api-2.1.2.jar, jaxrs-ri.jar define 38 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.properties [WARNING] - META-INF/maven/jakarta.json/jakarta.json-api/pom.xml [WARNING] - jakarta.json.EmptyArray [WARNING] - jakarta.json.EmptyObject [WARNING] - jakarta.json.Json [WARNING] - jakarta.json.JsonArray [WARNING] - jakarta.json.JsonArrayBuilder [WARNING] - jakarta.json.JsonBuilderFactory [WARNING] - jakarta.json.JsonConfig [WARNING] - jakarta.json.JsonConfig$KeyStrategy [WARNING] - 28 more... [WARNING] jakarta.json.bind-api-3.0.0.jar, jaxrs-ri.jar define 30 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.json.bind/jakarta.json.bind-api/pom.xml [WARNING] - jakarta.json.bind.Jsonb [WARNING] - jakarta.json.bind.JsonbBuilder [WARNING] - jakarta.json.bind.JsonbConfig [WARNING] - jakarta.json.bind.JsonbException [WARNING] - jakarta.json.bind.adapter.JsonbAdapter [WARNING] - jakarta.json.bind.annotation.JsonbAnnotation [WARNING] - jakarta.json.bind.annotation.JsonbCreator [WARNING] - jakarta.json.bind.annotation.JsonbDateFormat [WARNING] - 20 more... [WARNING] jaxrs-ri.jar, parsson-1.1.5.jar define 71 overlapping classes and resources: [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.properties [WARNING] - META-INF/maven/org.eclipse.parsson/parsson/pom.xml [WARNING] - META-INF/services/jakarta.json.spi.JsonProvider [WARNING] - org.eclipse.parsson.BufferPoolImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl [WARNING] - org.eclipse.parsson.JsonArrayBuilderImpl$JsonArrayImpl [WARNING] - org.eclipse.parsson.JsonBuilderFactoryImpl [WARNING] - org.eclipse.parsson.JsonContext [WARNING] - org.eclipse.parsson.JsonGeneratorFactoryImpl [WARNING] - org.eclipse.parsson.JsonGeneratorImpl [WARNING] - 61 more... [WARNING] jaxrs-ri.jar, yasson-3.0.3.jar define 265 overlapping classes and resources: [WARNING] - META-INF.versions.16.org.eclipse.yasson.internal.ClassMultiReleaseExtension [WARNING] - META-INF/maven/org.eclipse/yasson/pom.properties [WARNING] - META-INF/maven/org.eclipse/yasson/pom.xml [WARNING] - META-INF/native-image/org.eclipse/yasson/native-image.properties [WARNING] - META-INF/services/jakarta.json.bind.spi.JsonbProvider [WARNING] - org.eclipse.yasson.FieldAccessStrategy [WARNING] - org.eclipse.yasson.ImplementationClass [WARNING] - org.eclipse.yasson.JsonBindingProvider [WARNING] - org.eclipse.yasson.YassonConfig [WARNING] - org.eclipse.yasson.YassonJsonb [WARNING] - 255 more... [WARNING] jaxrs-ri.jar, jersey-media-sse-4.0.99-SNAPSHOT.jar define 47 overlapping classes and resources: [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.properties [WARNING] - META-INF/maven/org.glassfish.jersey.media/jersey-media-sse/pom.xml [WARNING] - META-INF/services/jakarta.ws.rs.sse.SseEventSource$Builder [WARNING] - org.glassfish.jersey.media.sse.EventInput [WARNING] - org.glassfish.jersey.media.sse.EventInputReader [WARNING] - org.glassfish.jersey.media.sse.EventListener [WARNING] - org.glassfish.jersey.media.sse.EventOutput [WARNING] - org.glassfish.jersey.media.sse.EventSource [WARNING] - org.glassfish.jersey.media.sse.EventSource$1 [WARNING] - org.glassfish.jersey.media.sse.EventSource$Builder [WARNING] - 37 more... [WARNING] jaxrs-ri.jar, jersey-hk2-4.0.99-SNAPSHOT-sources.jar define 16 overlapping resources: [WARNING] - org/glassfish/jersey/inject/hk2/AbstractHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/ContextInjectionResolverImpl.java [WARNING] - org/glassfish/jersey/inject/hk2/DelayedHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2BootstrapBinder.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2Helper.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2InjectionManagerFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2ReferencingFactory.java [WARNING] - org/glassfish/jersey/inject/hk2/Hk2RequestScope.java [WARNING] - org/glassfish/jersey/inject/hk2/ImmediateHk2InjectionManager.java [WARNING] - org/glassfish/jersey/inject/hk2/InjectionResolverWrapper.java [WARNING] - 6 more... [WARNING] jaxrs-ri.jar, jersey-common-4.0.99-SNAPSHOT-sources.jar define 380 overlapping resources: [WARNING] - org/glassfish/jersey/AbstractFeatureConfigurator.java [WARNING] - org/glassfish/jersey/Beta.java [WARNING] - org/glassfish/jersey/CommonProperties.java [WARNING] - org/glassfish/jersey/ExtendedConfig.java [WARNING] - org/glassfish/jersey/ExternalProperties.java [WARNING] - org/glassfish/jersey/InjectionManagerProvider.java [WARNING] - org/glassfish/jersey/JerseyPriorities.java [WARNING] - org/glassfish/jersey/Severity.java [WARNING] - org/glassfish/jersey/SslConfigurator.java [WARNING] - org/glassfish/jersey/http/HttpHeaders.java [WARNING] - 370 more... [WARNING] jaxrs-ri.jar, jersey-media-jaxb-4.0.99-SNAPSHOT-sources.jar define 24 overlapping resources: [WARNING] - org/glassfish/jersey/jaxb/FeatureSupplier.java [WARNING] - org/glassfish/jersey/jaxb/PropertySupplier.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractCollectionJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbElementProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractRootElementJaxbProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/AbstractXmlFactory.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentBuilderFactoryInjectionProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/DocumentProvider.java [WARNING] - org/glassfish/jersey/jaxb/internal/JaxbAutoDiscoverable.java [WARNING] - 14 more... [WARNING] jaxrs-ri.jar, jersey-client-4.0.99-SNAPSHOT-sources.jar define 92 overlapping resources: [WARNING] - org/glassfish/jersey/client/AbortException.java [WARNING] - org/glassfish/jersey/client/AbstractNonSyncInvoker.java [WARNING] - org/glassfish/jersey/client/AbstractRxInvoker.java [WARNING] - org/glassfish/jersey/client/ChunkParser.java [WARNING] - org/glassfish/jersey/client/ChunkedInput.java [WARNING] - org/glassfish/jersey/client/ChunkedInputReader.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutor.java [WARNING] - org/glassfish/jersey/client/ClientAsyncExecutorLiteral.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundScheduler.java [WARNING] - org/glassfish/jersey/client/ClientBackgroundSchedulerLiteral.java [WARNING] - 82 more... [WARNING] jaxrs-ri.jar, jersey-server-4.0.99-SNAPSHOT-sources.jar define 375 overlapping resources: [WARNING] - com/sun/research/ws/wadl/Application.java [WARNING] - com/sun/research/ws/wadl/Doc.java [WARNING] - com/sun/research/ws/wadl/Grammars.java [WARNING] - com/sun/research/ws/wadl/HTTPMethods.java [WARNING] - com/sun/research/ws/wadl/Include.java [WARNING] - com/sun/research/ws/wadl/Link.java [WARNING] - com/sun/research/ws/wadl/Method.java [WARNING] - com/sun/research/ws/wadl/ObjectFactory.java [WARNING] - com/sun/research/ws/wadl/Option.java [WARNING] - com/sun/research/ws/wadl/Param.java [WARNING] - 365 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-core-4.0.99-SNAPSHOT-sources.jar define 27 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/ServletContainer.java [WARNING] - org/glassfish/jersey/servlet/ServletProperties.java [WARNING] - org/glassfish/jersey/servlet/ServletPropertiesDelegate.java [WARNING] - org/glassfish/jersey/servlet/WebAppResourcesScanner.java [WARNING] - org/glassfish/jersey/servlet/WebComponent.java [WARNING] - org/glassfish/jersey/servlet/WebConfig.java [WARNING] - org/glassfish/jersey/servlet/WebFilterConfig.java [WARNING] - org/glassfish/jersey/servlet/WebServletConfig.java [WARNING] - org/glassfish/jersey/servlet/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/internal/PersistenceUnitBinder.java [WARNING] - 17 more... [WARNING] jaxrs-ri.jar, jersey-container-servlet-4.0.99-SNAPSHOT-sources.jar define 6 overlapping resources: [WARNING] - org/glassfish/jersey/servlet/async/AsyncContextDelegateProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/async/package-info.java [WARNING] - org/glassfish/jersey/servlet/init/FilterUrlMappingsProviderImpl.java [WARNING] - org/glassfish/jersey/servlet/init/JerseyServletContainerInitializer.java [WARNING] - org/glassfish/jersey/servlet/init/internal/LocalizationMessages.java [WARNING] - org/glassfish/jersey/servlet/init/package-info.java [WARNING] jakarta.xml.bind-api-4.0.0.jar, jaxrs-ri.jar define 116 overlapping classes and resources: [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.properties [WARNING] - META-INF/maven/jakarta.xml.bind/jakarta.xml.bind-api/pom.xml [WARNING] - jakarta.xml.bind.Binder [WARNING] - jakarta.xml.bind.ContextFinder [WARNING] - jakarta.xml.bind.ContextFinder$1 [WARNING] - jakarta.xml.bind.ContextFinder$2 [WARNING] - jakarta.xml.bind.ContextFinder$3 [WARNING] - jakarta.xml.bind.ContextFinder$4 [WARNING] - jakarta.xml.bind.ContextFinder$5 [WARNING] - jakarta.xml.bind.DataBindingException [WARNING] - 106 more... [WARNING] jakarta.activation-api-2.1.1.jar, jaxrs-ri.jar define 50 overlapping classes and resources: [WARNING] - META-INF/mailcap.default [WARNING] - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.properties [WARNING] - META-INF/maven/jakarta.activation/jakarta.activation-api/pom.xml [WARNING] - META-INF/mimetypes.default [WARNING] - jakarta.activation.ActivationDataFlavor [WARNING] - jakarta.activation.CommandInfo [WARNING] - jakarta.activation.CommandInfo$Beans [WARNING] - jakarta.activation.CommandInfo$Beans$1 [WARNING] - jakarta.activation.CommandMap [WARNING] - jakarta.activation.CommandObject [WARNING] - 40 more... [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Minimized 8446 -> 8446 (100%) [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar with /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-4.0.99-SNAPSHOT-shaded.jar [INFO] [INFO] --- assembly:3.6.0:single (make-binary-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/src/main/assembly/assembly-bin.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.zip [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o '*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 [INFO] [INFO] --- assembly:3.6.0:single (make-source-archive) @ jaxrs-ri --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/src/main/assembly/assembly-src.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building zip: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.zip [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.ws.rs:*:*:sources:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'jakarta.enterprise:cdi-api:jar:*' o 'jakarta.el:el-api:jar:*' o 'org.jboss.spec.javax.interceptor:jboss-interceptors-api_1.1_spec:jar:*' o 'jakarta.annotation:jsr250-api:jar:*' [INFO] Building tar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 [INFO] [INFO] --- antrun:3.1.0:run (xcopy) @ jaxrs-ri --- [INFO] Executing tasks [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar [INFO] [jar] Updating jar: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar [INFO] Executed tasks [INFO] [INFO] --- install:3.1.1:install (default-install) @ jaxrs-ri --- [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/pom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-cyclonedx.xml [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-cyclonedx.json [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-sources.jar to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.tar.gz [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.tar.bz2 [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.zip to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-src.zip [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.gz to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-src.tar.gz [INFO] Installing /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/bundles/jaxrs-ri/target/jaxrs-ri-src.tar.bz2 to /home/jenkins/.m2/repository/org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT-src.tar.bz2 [INFO] [INFO] --- bundle:5.1.9:install (default-install) @ jaxrs-ri --- [INFO] Writing OBR metadata [INFO] Installing org/glassfish/jersey/bundles/jaxrs-ri/4.0.99-SNAPSHOT/jaxrs-ri-4.0.99-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] --- glassfish-copyright:2.4:check (default-cli) @ jaxrs-ri --- [INFO] [INFO] ---------< org.glassfish.jersey.tests.integration:jersey-5087 >--------- [INFO] Building jersey-tests-integration-jersey-5087 4.0.99-SNAPSHOT [179/375] [INFO] from tests/integration/jersey-5087/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:2.5:clean (default-clean) @ jersey-5087 --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jersey-5087 --- [INFO] Rule 1: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed [INFO] [INFO] --- checkstyle:3.3.1:check (verify) @ jersey-5087 --- [INFO] Starting audit... Audit done. [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- directory:1.0:highest-basedir (directories) @ jersey-5087 --- [INFO] Highest basedir set to: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH [INFO] [INFO] --- build-helper:3.4.0:parse-version (parse-version) @ jersey-5087 --- [INFO] [INFO] --- build-helper:3.4.0:add-source (default) @ jersey-5087 --- [INFO] Source directory: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-5087/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-sources) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/generated-sources/rsrc-gen/META-INF [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-legaldocs-to-osgi-bundles) @ jersey-5087 --- [INFO] Copying 2 resources from ../../.. to target/legal/META-INF [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jersey-5087 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-5087/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 17] to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (base-compile) @ jersey-5087 --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jersey-5087 --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jersey-5087 --- [INFO] Not compiling test sources [INFO] [INFO] --- build-helper:3.4.0:reserve-network-port (reserve-port) @ jersey-5087 --- [INFO] Reserved port 36173 for jersey.config.test.container.port [INFO] Reserved port 34337 for jersey.config.test.container.stop.port [INFO] [INFO] --- surefire:3.2.1:test (default-test) @ jersey-5087 --- [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.4.0:war (default-war) @ jersey-5087 --- [INFO] Packaging webapp [INFO] Assembling webapp [jersey-5087] in [/home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-5087/target/jersey-5087-4.0.99-SNAPSHOT] [INFO] Processing war project [INFO] Building war: /home/jenkins/agent/workspace/cd-integration_4.0-M1-GF1-BRANCH/tests/integration/jersey-5087/target/jersey-5087-4.0.99-SNAPSHOT.war [3133.065s][warning][gc,alloc] pool-374-thread-1: Retried waiting for GCLocker too often allocating 2500002 words [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] jersey 4.0.99-SNAPSHOT ............................. SUCCESS [01:58 min] [INFO] jersey-archetypes 4.0.99-SNAPSHOT .................. SUCCESS [ 1.317 s] [INFO] jersey-archetype-heroku-webapp 4.0.99-SNAPSHOT ..... SUCCESS [ 3.911 s] [INFO] jersey-archetype-grizzly2 4.0.99-SNAPSHOT .......... SUCCESS [ 0.567 s] [INFO] jersey-archetype-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 0.306 s] [INFO] jersey-example-java8-webapp 4.0.99-SNAPSHOT ........ SUCCESS [ 0.629 s] [INFO] jersey-bom 4.0.99-SNAPSHOT ......................... SUCCESS [ 0.217 s] [INFO] jersey-core-common 4.0.99-SNAPSHOT ................. SUCCESS [ 53.040 s] [INFO] jersey-inject 4.0.99-SNAPSHOT ...................... SUCCESS [ 0.338 s] [INFO] jersey-inject-hk2 4.0.99-SNAPSHOT .................. SUCCESS [ 5.267 s] [INFO] jersey-core-client 4.0.99-SNAPSHOT ................. SUCCESS [ 25.495 s] [INFO] jersey-media 4.0.99-SNAPSHOT ....................... SUCCESS [ 0.430 s] [INFO] jersey-media-jaxb 4.0.99-SNAPSHOT .................. SUCCESS [ 5.728 s] [INFO] jersey-core-server 4.0.99-SNAPSHOT ................. SUCCESS [01:03 min] [INFO] jersey-containers 4.0.99-SNAPSHOT .................. SUCCESS [ 0.589 s] [INFO] jersey-container-grizzly2-http 4.0.99-SNAPSHOT ..... SUCCESS [ 35.873 s] [INFO] jersey-container-servlet-core 4.0.99-SNAPSHOT ...... SUCCESS [ 3.522 s] [INFO] jersey-test-framework 4.0.99-SNAPSHOT .............. SUCCESS [ 0.565 s] [INFO] jersey-test-framework-core 4.0.99-SNAPSHOT ......... SUCCESS [ 4.033 s] [INFO] jersey-container-servlet 4.0.99-SNAPSHOT ........... SUCCESS [ 1.254 s] [INFO] jersey-container-grizzly2-servlet 4.0.99-SNAPSHOT .. SUCCESS [ 1.114 s] [INFO] jersey-test-framework-providers 4.0.99-SNAPSHOT .... SUCCESS [ 0.561 s] [INFO] jersey-test-framework-provider-grizzly2 4.0.99-SNAPSHOT SUCCESS [ 8.334 s] [INFO] jersey-connectors 4.0.99-SNAPSHOT .................. SUCCESS [ 0.495 s] [INFO] jersey-connectors-apache 4.0.99-SNAPSHOT ........... SUCCESS [ 19.142 s] [INFO] jersey-connectors-apache5 4.0.99-SNAPSHOT .......... SUCCESS [ 20.827 s] [INFO] jersey-test-framework-provider-inmemory 4.0.99-SNAPSHOT SUCCESS [ 3.810 s] [INFO] jersey-test-framework-provider-external 4.0.99-SNAPSHOT SUCCESS [ 1.118 s] [INFO] jersey-container-jdk-http 4.0.99-SNAPSHOT .......... SUCCESS [ 18.880 s] [INFO] jersey-test-framework-provider-jdk-http 4.0.99-SNAPSHOT SUCCESS [ 8.436 s] [INFO] jersey-container-simple-http 4.0.99-SNAPSHOT ....... SUCCESS [ 18.241 s] [INFO] jersey-test-framework-provider-simple 4.0.99-SNAPSHOT SUCCESS [ 2.953 s] [INFO] jersey-connectors-netty 4.0.99-SNAPSHOT ............ SUCCESS [ 36.402 s] [INFO] jersey-container-netty-http 4.0.99-SNAPSHOT ........ SUCCESS [ 4.393 s] [INFO] jersey-test-framework-provider-netty 4.0.99-SNAPSHOT SUCCESS [ 1.690 s] [INFO] jersey-container-jetty-http 4.0.99-SNAPSHOT ........ SUCCESS [ 13.083 s] [INFO] jersey-test-framework-provider-jetty 4.0.99-SNAPSHOT SUCCESS [ 3.369 s] [INFO] jersey-test-framework-provider-bundle 4.0.99-SNAPSHOT SUCCESS [ 1.937 s] [INFO] jersey-connectors-grizzly 4.0.99-SNAPSHOT .......... SUCCESS [ 10.707 s] [INFO] jersey-media-sse 4.0.99-SNAPSHOT ................... SUCCESS [ 26.713 s] [INFO] jersey-connectors-helidon 4.0.99-SNAPSHOT .......... SUCCESS [01:04 min] [INFO] jersey-connectors-jdk 4.0.99-SNAPSHOT .............. SUCCESS [ 36.590 s] [INFO] jersey-extensions 4.0.99-SNAPSHOT .................. SUCCESS [ 0.384 s] [INFO] jersey-ext-entity-filtering 4.0.99-SNAPSHOT ........ SUCCESS [ 3.829 s] [INFO] jersey-media-json-jackson 4.0.99-SNAPSHOT .......... SUCCESS [ 4.966 s] [INFO] jersey-connectors-jetty 4.0.99-SNAPSHOT ............ SUCCESS [ 17.972 s] [INFO] jersey-container-jetty-http2 4.0.99-SNAPSHOT ....... SUCCESS [ 12.911 s] [INFO] jersey-test-framework-provider-jetty-http2 4.0.99-SNAPSHOT SUCCESS [ 4.031 s] [INFO] jersey-connectors-jetty-http2 4.0.99-SNAPSHOT ...... SUCCESS [ 20.888 s] [INFO] jersey-connectors-jetty11 4.0.99-SNAPSHOT .......... SUCCESS [ 14.782 s] [INFO] jersey-connectors-jnh 4.0.99-SNAPSHOT .............. SUCCESS [ 20.262 s] [INFO] jersey-cdi-support 4.0.99-SNAPSHOT ................. SUCCESS [ 0.521 s] [INFO] jersey-ext-cdi1x 4.0.99-SNAPSHOT ................... SUCCESS [ 3.489 s] [INFO] jersey-glassfish-support 4.0.99-SNAPSHOT ........... SUCCESS [ 0.419 s] [INFO] jersey-gf-ejb 4.0.99-SNAPSHOT ...................... SUCCESS [ 3.324 s] [INFO] jersey-container-jetty11-http 4.0.99-SNAPSHOT ...... SUCCESS [ 12.109 s] [INFO] jersey-container-jetty-servlet 4.0.99-SNAPSHOT ..... SUCCESS [ 1.414 s] [INFO] jersey-ext-bean-validation 4.0.99-SNAPSHOT ......... SUCCESS [ 1.991 s] [INFO] jersey-ext-cdi1x-ban-custom-hk2-binding 4.0.99-SNAPSHOT SUCCESS [ 1.279 s] [INFO] jersey-ext-cdi-rs-inject 4.0.99-SNAPSHOT ........... SUCCESS [ 30.998 s] [INFO] jersey-ext-cdi1x-servlet 4.0.99-SNAPSHOT ........... SUCCESS [ 1.046 s] [INFO] jersey-ext-cdi1x-transaction 4.0.99-SNAPSHOT ....... SUCCESS [ 0.948 s] [INFO] jersey-ext-cdi1x-validation 4.0.99-SNAPSHOT ........ SUCCESS [ 0.827 s] [INFO] jersey-ext-weld2-se 4.0.99-SNAPSHOT ................ SUCCESS [ 1.141 s] [INFO] jersey-ext-metainf-services 4.0.99-SNAPSHOT ........ SUCCESS [ 4.181 s] [INFO] jersey-micrometer 4.0.99-SNAPSHOT .................. SUCCESS [ 6.193 s] [INFO] jersey-ext-mvc 4.0.99-SNAPSHOT ..................... SUCCESS [ 2.088 s] [INFO] jersey-ext-mvc-bean-validation 4.0.99-SNAPSHOT ..... SUCCESS [ 1.040 s] [INFO] jersey-ext-mvc-freemarker 4.0.99-SNAPSHOT .......... SUCCESS [ 1.040 s] [INFO] jersey-ext-mvc-jsp 4.0.99-SNAPSHOT ................. SUCCESS [ 0.976 s] [INFO] jersey-ext-mvc-mustache 4.0.99-SNAPSHOT ............ SUCCESS [ 1.034 s] [INFO] jersey-ext-proxy-client 4.0.99-SNAPSHOT ............ SUCCESS [ 7.689 s] [INFO] jersey-ext-rx 4.0.99-SNAPSHOT ...................... SUCCESS [ 0.349 s] [INFO] jersey-ext-rx-client-guava 4.0.99-SNAPSHOT ......... SUCCESS [ 2.143 s] [INFO] jersey-ext-rx-client-rxjava 4.0.99-SNAPSHOT ........ SUCCESS [ 2.252 s] [INFO] jersey-ext-rx-client-rxjava2 4.0.99-SNAPSHOT ....... SUCCESS [ 2.021 s] [INFO] jersey-spring6 4.0.99-SNAPSHOT ..................... SUCCESS [ 7.542 s] [INFO] jersey-wadl-doclet 4.0.99-SNAPSHOT ................. SUCCESS [ 1.420 s] [INFO] jersey-media-json-binding 4.0.99-SNAPSHOT .......... SUCCESS [ 1.398 s] [INFO] project 4.0.99-SNAPSHOT ............................ SUCCESS [ 0.362 s] [INFO] jersey-mp-rest-client 4.0.99-SNAPSHOT .............. SUCCESS [ 4.610 s] [INFO] jersey-mp-config 4.0.99-SNAPSHOT ................... SUCCESS [ 3.114 s] [INFO] jersey-incubator 4.0.99-SNAPSHOT ................... SUCCESS [ 0.341 s] [INFO] jersey-inject-cdi-weld 4.0.99-SNAPSHOT ............. SUCCESS [ 9.135 s] [INFO] jersey-declarative-linking 4.0.99-SNAPSHOT ......... SUCCESS [ 6.442 s] [INFO] jersey-ext-gae-integration 4.0.99-SNAPSHOT ......... SUCCESS [ 1.081 s] [INFO] jersey-media-html-json 4.0.99-SNAPSHOT ............. SUCCESS [ 4.417 s] [INFO] jersey-inject-injectless-client 4.0.99-SNAPSHOT .... SUCCESS [ 0.509 s] [INFO] jersey-media-kryo 4.0.99-SNAPSHOT .................. SUCCESS [ 3.363 s] [INFO] jersey-open-tracing 4.0.99-SNAPSHOT ................ SUCCESS [ 1.707 s] [INFO] jersey-inject-cdi2-se 4.0.99-SNAPSHOT .............. SUCCESS [ 7.004 s] [INFO] jersey-media-json-gson 4.0.99-SNAPSHOT ............. SUCCESS [ 1.256 s] [INFO] jersey-media-json-jettison 4.0.99-SNAPSHOT ......... SUCCESS [ 1.359 s] [INFO] jersey-media-json-processing 4.0.99-SNAPSHOT ....... SUCCESS [ 2.531 s] [INFO] jersey-media-moxy 4.0.99-SNAPSHOT .................. SUCCESS [ 1.847 s] [INFO] jersey-media-multipart 4.0.99-SNAPSHOT ............. SUCCESS [ 12.202 s] [INFO] jersey-security 4.0.99-SNAPSHOT .................... SUCCESS [ 0.285 s] [INFO] oauth1-signature 4.0.99-SNAPSHOT ................... SUCCESS [ 2.610 s] [INFO] jersey-security 4.0.99-SNAPSHOT .................... SUCCESS [ 1.184 s] [INFO] oauth1-server 4.0.99-SNAPSHOT ...................... SUCCESS [ 4.213 s] [INFO] oauth2-client 4.0.99-SNAPSHOT ...................... SUCCESS [ 1.316 s] [INFO] jersey-test-framework-util 4.0.99-SNAPSHOT ......... SUCCESS [ 2.728 s] [INFO] jersey-tests 4.0.99-SNAPSHOT ....................... SUCCESS [ 0.309 s] [INFO] jersey-tests-e2e 4.0.99-SNAPSHOT ................... SUCCESS [07:34 min] [INFO] jersey-tests-e2e-client 4.0.99-SNAPSHOT ............ SUCCESS [05:08 min] [INFO] jersey-tests-e2e-core-common 4.0.99-SNAPSHOT ....... SUCCESS [ 4.480 s] [INFO] jersey-tests-e2e-entity 4.0.99-SNAPSHOT ............ SUCCESS [06:44 min] [INFO] jersey-tests-e2e-inject 4.0.99-SNAPSHOT ............ SUCCESS [ 0.281 s] [INFO] jersey-tests-e2e-inject-cdi-se 4.0.99-SNAPSHOT ..... SUCCESS [ 7.632 s] [INFO] jersey-tests-e2e-inject-cdi-inject-weld 4.0.99-SNAPSHOT SUCCESS [ 7.508 s] [INFO] e2e-inject-hk2 4.0.99-SNAPSHOT ..................... SUCCESS [ 4.261 s] [INFO] jersey-tests-e2e-server 4.0.99-SNAPSHOT ............ SUCCESS [12:47 min] [INFO] jersey-tests-e2e-testng 4.0.99-SNAPSHOT ............ SUCCESS [ 10.861 s] [INFO] jersey-tests-e2e-tls 4.0.99-SNAPSHOT ............... SUCCESS [ 22.597 s] [INFO] jersey-tests-integration 4.0.99-SNAPSHOT ........... SUCCESS [ 0.575 s] [INFO] jersey-asm-integration 4.0.99-SNAPSHOT ............. SUCCESS [ 1.827 s] [INFO] cdi-integration-project 4.0.99-SNAPSHOT ............ SUCCESS [ 0.393 s] [INFO] jersey-tests-cdi-beanvalidation-webapp 4.0.99-SNAPSHOT SUCCESS [ 11.628 s] [INFO] jersey-tests-cdi-client 4.0.99-SNAPSHOT ............ SUCCESS [ 2.538 s] [INFO] jersey-tests-cdi-client-on-server 4.0.99-SNAPSHOT .. SUCCESS [ 4.974 s] [INFO] jersey-tests-cdi-ejb-webapp 4.0.99-SNAPSHOT ........ SUCCESS [ 2.745 s] [INFO] jersey-tests-cdi-iface-with-non-jaxrs-impl-test-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.147 s] [INFO] cdi-manually-bound 4.0.99-SNAPSHOT ................. SUCCESS [ 5.703 s] [INFO] jersey-tests-cdi-log-check 4.0.99-SNAPSHOT ......... SUCCESS [ 4.865 s] [INFO] jersey-tests-integration-cdi-multimodule-lib 4.0.99-SNAPSHOT SUCCESS [ 0.566 s] [INFO] jersey-tests-integration-cdi-multimodule-war 4.0.99-SNAPSHOT SUCCESS [ 2.146 s] [INFO] jersey-tests-integration-cdi-multimodule-war2 4.0.99-SNAPSHOT SUCCESS [ 2.430 s] [INFO] jersey-tests-integration-cdi-multimodule-ear 4.0.99-SNAPSHOT SUCCESS [ 1.618 s] [INFO] jersey-tests-integration-cdi-multimodule 4.0.99-SNAPSHOT SUCCESS [ 0.328 s] [INFO] jersey-tests-cdi-multipart-webapp 4.0.99-SNAPSHOT .. SUCCESS [ 2.049 s] [INFO] jersey-tests-resource-with-at-context 4.0.99-SNAPSHOT SUCCESS [ 3.604 s] [INFO] cdi-singleton 4.0.99-SNAPSHOT ...................... SUCCESS [ 4.881 s] [INFO] jersey-tests-cdi-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 13.617 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-cfg-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.811 s] [INFO] jersey-tests-cdi-with-jersey-injection-custom-hk2-banned-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.932 s] [INFO] jersey-tests-cdi-with-jersey-injection-webapp 4.0.99-SNAPSHOT SUCCESS [ 2.795 s] [INFO] jersey-tests-context-inject-on-server 4.0.99-SNAPSHOT SUCCESS [ 9.068 s] [INFO] jersey-tests-glassfish-inject-on-server 4.0.99-SNAPSHOT SUCCESS [ 5.947 s] [INFO] client-connector-provider 4.0.99-SNAPSHOT .......... SUCCESS [ 3.243 s] [INFO] jersey-tests-integration-ejb-multimodule-lib 4.0.99-SNAPSHOT SUCCESS [ 0.629 s] [INFO] jersey-tests-integration-ejb-multimodule-war 4.0.99-SNAPSHOT SUCCESS [ 2.228 s] [INFO] jersey-tests-integration-ejb-multimodule-ear 4.0.99-SNAPSHOT SUCCESS [ 0.657 s] [INFO] jersey-tests-integration-ejb-multimodule 4.0.99-SNAPSHOT SUCCESS [ 0.292 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-lib 4.0.99-SNAPSHOT SUCCESS [ 0.675 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war1 4.0.99-SNAPSHOT SUCCESS [ 1.938 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-war2 4.0.99-SNAPSHOT SUCCESS [ 2.218 s] [INFO] jersey-tests-integration-ejb-multimodule-reload-ear 4.0.99-SNAPSHOT SUCCESS [ 0.765 s] [INFO] jersey-tests-integration-ejb-multimodule-reload 4.0.99-SNAPSHOT SUCCESS [ 0.282 s] [INFO] jersey-tests-ejb-webapp 4.0.99-SNAPSHOT ............ SUCCESS [ 2.551 s] [INFO] j-376-reproducer 4.0.99-SNAPSHOT ................... SUCCESS [ 4.609 s] [INFO] jersey-tests-integration-j-441-war1 4.0.99-SNAPSHOT SUCCESS [ 2.017 s] [INFO] jersey-tests-integration-j-441-war2 4.0.99-SNAPSHOT SUCCESS [ 1.981 s] [INFO] jersey-tests-integration-j-441-ear 4.0.99-SNAPSHOT . SUCCESS [ 1.117 s] [INFO] jersey-tests-integration-j-441 4.0.99-SNAPSHOT ..... SUCCESS [ 0.346 s] [INFO] jersey-tests-integration-j-59-ejb-lib 4.0.99-SNAPSHOT SUCCESS [ 0.497 s] [INFO] jersey-tests-integration-j-59-cdi-war 4.0.99-SNAPSHOT SUCCESS [ 1.945 s] [INFO] jersey-tests-integration-j-59-ear 4.0.99-SNAPSHOT .. SUCCESS [ 0.626 s] [INFO] jersey-tests-integration-j-59 4.0.99-SNAPSHOT ...... SUCCESS [ 0.276 s] [INFO] jersey-compatibility-jackson14 4.0.99-SNAPSHOT ..... SUCCESS [ 1.705 s] [INFO] jersey-tests-integration-jersey-2136 4.0.99-SNAPSHOT SUCCESS [ 3.563 s] [INFO] jersey-tests-integration-jersey-2137 4.0.99-SNAPSHOT SUCCESS [ 2.092 s] [INFO] jersey-tests-integration-jersey-2154 4.0.99-SNAPSHOT SUCCESS [ 2.234 s] [INFO] jersey-tests-integration-jersey-2421 4.0.99-SNAPSHOT SUCCESS [ 1.580 s] [INFO] jersey-tests-integration-jersey-2776 4.0.99-SNAPSHOT SUCCESS [ 1.787 s] [INFO] jersey-3662 4.0.99-SNAPSHOT ........................ SUCCESS [ 2.141 s] [INFO] jersey-tests-integration-jersey-3670 4.0.99-SNAPSHOT SUCCESS [ 2.680 s] [INFO] jersey-3992 4.0.99-SNAPSHOT ........................ SUCCESS [ 4.879 s] [INFO] jersey-tests-integration-jersey-4003 4.0.99-SNAPSHOT SUCCESS [ 3.687 s] [INFO] jersey-tests-integration-jersey-4099 4.0.99-SNAPSHOT SUCCESS [ 4.920 s] [INFO] jersey-4321 4.0.99-SNAPSHOT ........................ SUCCESS [ 2.527 s] [INFO] jersey-examples 4.0.99-SNAPSHOT .................... SUCCESS [ 0.276 s] [INFO] jersey-examples-server-sent-events-jersey 4.0.99-SNAPSHOT SUCCESS [ 8.716 s] [INFO] jersey-4507 4.0.99-SNAPSHOT ........................ SUCCESS [ 5.082 s] [INFO] jersey-4542 4.0.99-SNAPSHOT ........................ SUCCESS [ 3.526 s] [INFO] jersey-4697 4.0.99-SNAPSHOT ........................ SUCCESS [ 6.136 s] [INFO] jersey-4722 4.0.99-SNAPSHOT ........................ SUCCESS [ 2.334 s] [INFO] jersey-bundles 4.0.99-SNAPSHOT ..................... SUCCESS [ 0.107 s] [INFO] jersey-bundles-jaxrs-ri 4.0.99-SNAPSHOT ............ SUCCESS [ 33.075 s] [INFO] jersey-tests-integration-jersey-5087 4.0.99-SNAPSHOT FAILURE [ 1.838 s] [INFO] microprofile-integration-project 4.0.99-SNAPSHOT ... SKIPPED [INFO] microprofile-config-project 4.0.99-SNAPSHOT ........ SKIPPED [INFO] config-webapp 4.0.99-SNAPSHOT ...................... SKIPPED [INFO] helidon-config-webapp 4.0.99-SNAPSHOT .............. SKIPPED [INFO] jersey-rest-client 4.0.99-SNAPSHOT ................. SKIPPED [INFO] jersey-rest-client-tck 4.0.99-SNAPSHOT ............. SKIPPED [INFO] jersey-tests-integration-property-check 4.0.99-SNAPSHOT SKIPPED [INFO] reactive-streams-integration-project 4.0.99-SNAPSHOT SKIPPED [INFO] sse-reactive-streams-tck 4.0.99-SNAPSHOT ........... SKIPPED [INFO] jersey-tests-integration-servlet-2.5-reload 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-gf-async 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-sse-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-thin-server 4.0.99-SNAPSHOT ................. SKIPPED [INFO] jersey-tests-integration-jersey-async-filter 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-externalproperties 4.0.99-SNAPSHOT .... SKIPPED [INFO] jersey-tests-component-inject 4.0.99-SNAPSHOT ...... SKIPPED [INFO] jersey-tests-integration-jersey-780 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1107 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1223 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1604 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1667 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1883 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1928 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1960 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-1964 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2031 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2160 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2164 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2167 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2176 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2184 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2255 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2322 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2335 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2551 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2612 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2637 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2654 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2673 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2689 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2704 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2794 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2846 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2878 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-2892 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-3796 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-4949 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-jersey-security-digest 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-autodiscovery-2 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-filter 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-inflector-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-2 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-3 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-4 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-5 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-6 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-7 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-init-8 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-2 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-2.5-mvc-3 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-async 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-chunked-io 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-filter 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-inflector-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-2 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-3 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-4 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-5 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-6 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-7 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-8 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-9 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-init-provider 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-3-params 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-4.0-mvc-1 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-tests 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-servlet-request-wrapper-binding-2 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-sonar-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-integration-spring6 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-tests-integration-tracing-support 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-jmockit 4.0.99-SNAPSHOT ............... SKIPPED [INFO] jersey-test-framework-memleak-test-common 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak 4.0.99-SNAPSHOT ............... SKIPPED [INFO] jersey-tests-memleak-redeployment 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-tests-memleak-redeployment-leaking-test-app 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-webapp-parent-pom 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-helloworld-webapp 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-test-framework-maven 4.0.99-SNAPSHOT ........ SKIPPED [INFO] jersey-test-framework-maven-container-runner-plugin 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-redeployment-hello-world-app-ref 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-redeployment-no-jersey-app 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-redeployment-threadlocals-app 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-testcase 4.0.99-SNAPSHOT ...... SKIPPED [INFO] jersey-tests-memleak-testcase-bean-param-leak 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-testcase-shutdown-hook-leak-client 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-memleak-testcase-leaking-test-app 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-stress 4.0.99-SNAPSHOT ................ SKIPPED [INFO] jersey-tests-performance 4.0.99-SNAPSHOT ........... SKIPPED [INFO] performance-test-benchmarks 4.0.99-SNAPSHOT ........ SKIPPED [INFO] jersey-tests-performance-runners 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-grizzly-runner 4.0.99-SNAPSHOT .............. SKIPPED [INFO] jersey-tests-performance-testcase 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-tests-performance-assemblies 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-filter-dynamic-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-filter-global-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-filter-name-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-interceptor-dynamic-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-interceptor-global-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-interceptor-name-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-custom-provider-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-json-jackson-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-json-moxy-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-mbw-kryo-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-text-plain-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-xml-jaxb-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-xml-moxy-test 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-tests-performance-param-srl 4.0.99-SNAPSHOT . SKIPPED [INFO] jersey-tests-performance-proxy-injection-test 4.0.99-SNAPSHOT SKIPPED [INFO] performance-test-tools 4.0.99-SNAPSHOT ............. SKIPPED [INFO] jersey-release-test 4.0.99-SNAPSHOT ................ SKIPPED [INFO] jersey-agnostic-test 1.0.9 ......................... SKIPPED [INFO] jersey-examples-assemblies 4.0.99-SNAPSHOT ......... SKIPPED [INFO] jersey-examples-bookmark 4.0.99-SNAPSHOT ........... SKIPPED [INFO] jersey-examples-bookmark-em 4.0.99-SNAPSHOT ........ SKIPPED [INFO] jersey-examples-bookstore-webapp 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-cdi-webapp 4.0.99-SNAPSHOT ......... SKIPPED [INFO] jersey-examples-clipboard 4.0.99-SNAPSHOT .......... SKIPPED [INFO] jersey-examples-clipboard-programmatic 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-configured-client 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-declarative-linking 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-entity-filtering 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-entity-filtering-selectable 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-entity-filtering-security 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-extended-wadl-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-exception-mapping 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-freemarker-webapp 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-groovy 4.0.99-SNAPSHOT ............. SKIPPED [INFO] jersey-examples-helloworld 4.0.99-SNAPSHOT ......... SKIPPED [INFO] jersey-examples-helloworld-benchmark 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-helloworld-cdi2-se 4.0.99-SNAPSHOT . SKIPPED [INFO] jersey-examples-helloworld-netty 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-helloworld-programmatic 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-helloworld-pure-jax-rs 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-helloworld-weld 4.0.99-SNAPSHOT .... SKIPPED [INFO] jersey-examples-http-patch 4.0.99-SNAPSHOT ......... SKIPPED [INFO] jersey-examples-http-trace 4.0.99-SNAPSHOT ......... SKIPPED [INFO] jersey-examples-https-clientserver-grizzly 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-https-server-glassfish 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-java8-webapp 4.0.99-SNAPSHOT ....... SKIPPED [INFO] jersey-examples-jaxb 4.0.99-SNAPSHOT ............... SKIPPED [INFO] jersey-examples-jaxrs-types-injection 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-ejb 4.0.99-SNAPSHOT ................ SKIPPED [INFO] jersey-examples-json-binding-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-json-jackson 4.0.99-SNAPSHOT ....... SKIPPED [INFO] jersey-examples-json-jettison 4.0.99-SNAPSHOT ...... SKIPPED [INFO] jersey-examples-json-moxy 4.0.99-SNAPSHOT .......... SKIPPED [INFO] jersey-examples-json-processing-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-json-with-padding 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-managed-client 4.0.99-SNAPSHOT ..... SKIPPED [INFO] jersey-examples-managed-client-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-managed-client-simple-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-multipart-webapp 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-micrometer-example-webapp 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-open-tracing 4.0.99-SNAPSHOT ....... SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-lib 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-additional 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-alternate-version 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-wab 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-osgi-helloworld-webapp-test 4.0.99-SNAPSHOT SKIPPED [INFO] oauth-client-twitter 4.0.99-SNAPSHOT ............... SKIPPED [INFO] jersey-examples-reload 4.0.99-SNAPSHOT ............. SKIPPED [INFO] jersey-examples-multipart-webapp 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-rx-client-webapp 4.0.99-SNAPSHOT ... SKIPPED [INFO] jersey-examples-server-async 4.0.99-SNAPSHOT ....... SKIPPED [INFO] jersey-examples-server-async-managed 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-server-async-standalone 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-server-async-standalone-client 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-server-async-standalone-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-server-sent-events-jaxrs 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-servlet3-webapp 4.0.99-SNAPSHOT .... SKIPPED [INFO] jersey-examples-simple-console 4.0.99-SNAPSHOT ..... SKIPPED [INFO] jersey-examples-sse-item-store-jersey-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-sse-item-store-jaxrs-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-sse-twitter-aggregator 4.0.99-SNAPSHOT SKIPPED [INFO] jersey-examples-system-properties 4.0.99-SNAPSHOT .. SKIPPED [INFO] jersey-examples-moxy 4.0.99-SNAPSHOT ............... SKIPPED [INFO] jersey-examples-helloworld-spring-webapp 4.0.99-SNAPSHOT SKIPPED [INFO] helloworld-spring-annotations 4.0.99-SNAPSHOT ...... SKIPPED [INFO] jersey-test-framework-maven-custom-enforcer-rules 4.0.99-SNAPSHOT SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 52:11 min [INFO] Finished at: 2024-01-07T03:14:59Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.4.0:war (default-war) on project jersey-5087: Error assembling WAR: Problem creating war: Execution exception: Java heap space -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.4.0:war (default-war) on project jersey-5087: Error assembling WAR: Problem creating war: Execution exception at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.apache.maven.plugin.MojoExecutionException: Error assembling WAR: Problem creating war: Execution exception at org.apache.maven.plugins.war.WarMojo.execute (WarMojo.java:181) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: org.codehaus.plexus.archiver.ArchiverException: Problem creating war: Execution exception at org.codehaus.plexus.archiver.AbstractArchiver.createArchive (AbstractArchiver.java:1052) at org.apache.maven.archiver.MavenArchiver.createArchive (MavenArchiver.java:707) at org.apache.maven.plugins.war.WarMojo.performPackaging (WarMojo.java:237) at org.apache.maven.plugins.war.WarMojo.execute (WarMojo.java:179) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: java.io.IOException: Execution exception at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.close (AbstractZipArchiver.java:798) at org.codehaus.plexus.archiver.AbstractArchiver.createArchive (AbstractArchiver.java:1039) at org.apache.maven.archiver.MavenArchiver.createArchive (MavenArchiver.java:707) at org.apache.maven.plugins.war.WarMojo.performPackaging (WarMojo.java:237) at org.apache.maven.plugins.war.WarMojo.execute (WarMojo.java:179) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) at java.lang.reflect.Method.invoke (Method.java:580) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: java.lang.OutOfMemoryError: Java heap space at org.codehaus.plexus.archiver.zip.ByteArrayOutputStream.needNewBuffer (ByteArrayOutputStream.java:153) at org.codehaus.plexus.archiver.zip.ByteArrayOutputStream.write (ByteArrayOutputStream.java:192) at org.apache.commons.io.output.ThresholdingOutputStream.write (ThresholdingOutputStream.java:232) at org.codehaus.plexus.archiver.zip.DeferredScatterOutputStream.writeOut (DeferredScatterOutputStream.java:44) at org.apache.commons.compress.archivers.zip.StreamCompressor$ScatterGatherBackingStoreCompressor.writeOut (StreamCompressor.java:83) at org.apache.commons.compress.archivers.zip.StreamCompressor.writeCounted (StreamCompressor.java:312) at org.apache.commons.compress.archivers.zip.StreamCompressor.deflate (StreamCompressor.java:203) at org.apache.commons.compress.archivers.zip.StreamCompressor.deflateUntilInputIsNeeded (StreamCompressor.java:230) at org.apache.commons.compress.archivers.zip.StreamCompressor.writeDeflated (StreamCompressor.java:322) at org.apache.commons.compress.archivers.zip.StreamCompressor.write (StreamCompressor.java:299) at org.apache.commons.compress.archivers.zip.StreamCompressor.deflate (StreamCompressor.java:221) at org.apache.commons.compress.archivers.zip.ScatterZipOutputStream.addArchiveEntry (ScatterZipOutputStream.java:181) at org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.lambda$createCallable$1 (ParallelScatterZipCreator.java:220) at org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator$$Lambda/0x00007f167937d418.call (Unknown Source) at java.util.concurrent.FutureTask.run (FutureTask.java:317) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642) at java.lang.Thread.runWith (Thread.java:1596) at java.lang.Thread.run (Thread.java:1583) [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :jersey-5087 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Failed in branch JDK 21 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE